-
be.ac.ulg.montefiore.run.jahmm.learn.BaumWelchLearner.iterate()
Performs one iteration of the Baum-Welch algorithm. In one iteration, a new HMM is computed using a previously estimated HMM.
@param hmm A previously estimated HMM.
@param sequences The observation sequences on which the learning isbased. Each sequence must have a length higher or equal to 2.
@return A new, updated HMM.
-
buildcraft.core.utils.PathFinding.iterate()
-
client.net.sf.saxon.ce.event.SequenceOutputter.iterate()
Get an iterator over the sequence of items that has been constructed
-
client.net.sf.saxon.ce.value.Value.iterate()
Iterate over the items contained in this value.
@return an iterator over the sequence of items
@throws XPathException if a dynamic error occurs. This is possible only in the case of valuesthat are materialized lazily, that is, where the iterate() method leads to computation of an expression that delivers the values.
-
com.arjuna.ats.arjuna.coordinator.RecordListIterator.iterate()
@return the next entry in the list.
-
com.arjuna.ats.internal.arjuna.template.OrderedListIterator.iterate()
Return the next item in the list.
-
com.arjuna.ats.internal.txoj.LockListIterator.iterate()
-
com.google.gwt.coreext.client.DataBag.iterate()
-
com.google.gwt.coreext.client.JsIntegerDoubleMap.iterate()
Iterates through the elements and calls back with the proper key value pair.
@param callback
-
com.impetus.kundera.query.Query.iterate()
Iterates over result.
@return
-
com.jcabi.github.Collaborators.iterate()
Iterates over repo collaborators.
@return Iterator on repo collaborators.
-
com.jcabi.github.Comments.iterate()
.github.com/v3/issues/comments/#list-comments-on-an-issue">List Comments on an Issue
-
com.jcabi.github.DeployKeys.iterate()
.github.com/v3/repos/keys/#list">List
-
com.jcabi.github.Gists.iterate()
.github.com/v3/gists/#list-gists">List Gists
-
com.jcabi.github.Gitignores.iterate()
ithub.com/v3/gitignore/#listing-available-templates">Listing available templates
-
com.jcabi.github.Hooks.iterate()
.github.com/v3/repos/hooks/#list">List
-
com.jcabi.github.Milestones.iterate()
ithub.com/v3/issues/milestones/#list-milestones-for-a-repository">List milestones for a repository
-
com.jcabi.github.PublicKeys.iterate()
.github.com/v3/users/keys#list-your-public-keys/">List your public keys.
-
com.jcabi.github.PullComments.iterate()
ithub.com/v3/pulls/comments/#list-comments-in-a-repository">List comments in a repository
-
com.jcabi.github.References.iterate()
Iterates all references.
@return Iterator of references.
-
com.jcabi.github.ReleaseAssets.iterate()
.github.com/v3/repos/releases/#list-assets-for-a-release">List Assets for a Release
-
com.jcabi.github.Releases.iterate()
.github.com/v3/repos/releases/#list">List
-
com.jcabi.github.Repos.iterate()
ithub.com/v3/repos/#list-all-public-repositories">List all public repositories
-
com.jcabi.github.UserEmails.iterate()
Iterate all user's emails.
@return Emails
@throws IOException If there is any I/O problem
-
com.mysema.query.Projectable.iterate()
iterate over the results for the given projection
@param args
@return
-
com.mysema.query.jpa.impl.JPAQuery.iterate()
-
com.tulskiy.musique.library.MappedTreeNode.iterate()
-
com.volantis.mcs.dom2theme.impl.generator.rule.type.TypeSelectorSequenceList.iterate()
-
com.volantis.mcs.dom2theme.impl.model.OutputStyledElementList.iterate()
Iterate over each of the elements in the list, calling the the iteratee to process each element in turn.
Note that the iteratee can rely on the styles associated with each element being non empty - i.e. it will either be null or it will have at least one value.
@param iteratee called to process each element in turn, may not be null.
-
com.volantis.mcs.dom2theme.impl.model.OutputStyles.iterate()
Iterate over the paths of this styles, in the order they were added.
Note the empty pseudo path, if present, will always be the first object in the iteration.
@param iteratee the object called to process each path.
-
com.volantis.mcs.dom2theme.impl.model.PseudoStylePath.iterate()
Iterate over the {@link PseudoStyleEntity}s within the path, from the first to the last.
@param pseudoStyleEntityIteratee the object called for each pseudo styleentity in the path.
-
com.volantis.styling.impl.sheet.StylerIterator.iterate()
Iterate over the {@link Styler stylers} within the style sheet.
@param iteratee The object that will be invoked for each {@link Styler}
-
com.ximpleware.AutoPilot.iterate()
Iterate over all the selected element nodes in document order. Null element name allowed, corresponding to node() in xpath Creation date: (12/4/03 5:25:42 PM)
@return boolean
@exception com.ximpleware.NavException See description in method toElement() in VTDNav class.
-
danirod.fractal.Fractal.iterate()
Iterate the generator. Each iteration adds a new step and adds some new points. The process of stepping is described as follows.
For each iteration, a new point is added right in the middle of the gap that is between two points that previously existed in the fractal. This value is initially set to the average of the value of the two nearby points, but then that value is increased or decreased randomly using the threshold level.
-
de.lmu.ifi.dbs.elki.math.linearalgebra.fitting.LevenbergMarquardtMethod.iterate()
Perform an iteration of the approximation loop.
-
groovyx.gaelyk.query.QueryBuilder.iterate()
-
jmprojection.CDA.iterate()
-
jmprojection.Sammons.iterate()
@see DistanceMapping#iterate() Calculates
-
net.sf.hibernate.Query.iterate()
-
net.sf.jpluck.xml.ContextAdapter.iterate()
-
net.sf.saxon.event.SequenceOutputter.iterate()
Get an iterator over the sequence of items that has been constructed
-
net.sf.saxon.expr.Expression.iterate()
Return an Iterator to iterate over the values of a sequence. The value of every expression can be regarded as a sequence, so this method is supported for all expressions. This default implementation handles iteration for expressions that return singleton values: for non-singleton expressions, the subclass must provide its own implementation.
@exception net.sf.saxon.trans.XPathException if any dynamic error occurs evaluating theexpression
@param context supplies the context for evaluation
@return a SequenceIterator that can be used to iterate over the resultof the expression
-
net.sf.saxon.sxpath.XPathExpression.iterate()
Execute the expression, returning the result as a {@link SequenceIterator}, whose members will be instances of the class {@link net.sf.saxon.om.Item}
Note that if evaluation of the expression fails with a dynamic error, this will generally be reported in the form of an exception thrown by the next() method of the {@link SequenceIterator}
@param context the XPath dynamic context
@return an iterator over the result of the expression
-
net.sf.saxon.value.Value.iterate()
Iterate over the items contained in this value.
@return an iterator over the sequence of items
@throws XPathException if a dynamic error occurs. This is possible only in the case of valuesthat are materialized lazily, that is, where the iterate() method leads to computation of an expression that delivers the values.
-
org.agilewiki.jactor.JAIterator.iterate()
Iterates over the process method.
@param responseProcessor The response processor.
@throws Exception Any uncaught exceptions raised by the process method.
-
org.apache.commons.jxpath.JXPathContext.iterate()
Traverses the xpath and returns an Iterator of all results found for the path. If the xpath matches no properties in the graph, the Iterator will be empty, but not null.
-
org.apache.hadoop.hive.ql.udf.generic.GenericUDAFEvaluator.iterate()
Iterate through original data.
@param parameters The objects of parameters.
-
org.apache.mahout.clustering.iterator.ClusterIterator.iterate()
Iterate over data using a prior-trained ClusterClassifier, for a number of iterations
@param data a {@code List} of input vectors
@param classifier a prior ClusterClassifier
@param numIterations the int number of iterations to perform
@return the posterior ClusterClassifier
-
org.elasticsearch.common.transport.PortsRange.iterate()
-
org.exist.dom.ExtArrayNodeSet.iterate()
-
org.exist.dom.NodeSet.iterate()
-
org.exist.memtree.InMemoryNodeSet.iterate()
-
org.exist.xquery.value.Sequence.iterate()
Returns an iterator over all items in the sequence. The items are returned in document order where applicable.
@throws XPathException TODO
-
org.hibernate.Query.iterate()
Return the query results as an Iterator. If the query contains multiple results pre row, the results are returned in an instance of Object[].
Entities returned as results are initialized on demand. The first SQL query returns identifiers only.
@return the result iterator
@throws HibernateException
-
org.hibernate.classic.Session.iterate()
Execute a query and return the results in an iterator. If the query has multiple return values, values will be returned in an array of type Object[].
Entities returned as results are initialized on demand. The first SQL query returns identifiers only. So iterate() is usually a less efficient way to retrieve objects than find().
@deprecated use {@link #createQuery}. {@link Query#iterate}
@param query the query string
@return an iterator
@throws HibernateException
-
org.hibernate.search.FullTextQuery.iterate()
-
org.jacorb.orb.portableInterceptor.ClientInterceptorIterator.iterate()
-
org.jacorb.orb.portableInterceptor.ServerInterceptorIterator.iterate()
Iterates over the enumeration, i.e. calls "op" on nextElement() until !hasMoreElements().
-
org.pdf4j.saxon.event.SequenceOutputter.iterate()
Get an iterator over the sequence of items that has been constructed
-
org.pdf4j.saxon.expr.Expression.iterate()
Return an Iterator to iterate over the values of a sequence. The value of every expression can be regarded as a sequence, so this method is supported for all expressions. This default implementation handles iteration for expressions that return singleton values: for non-singleton expressions, the subclass must provide its own implementation.
@exception org.pdf4j.saxon.trans.XPathException if any dynamic error occurs evaluating theexpression
@param context supplies the context for evaluation
@return a SequenceIterator that can be used to iterate over the resultof the expression
-
org.pdf4j.saxon.value.Value.iterate()
Iterate over the items contained in this value.
@return an iterator over the sequence of items
@throws XPathException if a dynamic error occurs. This is possible only in the case of valuesthat are materialized lazily, that is, where the iterate() method leads to computation of an expression that delivers the values.
-
org.rocksdb.WriteBatch.iterate()
Support for iterating over the contents of a batch.
@param handler A handler that is called back for eachupdate present in the batch
@throws RocksDBException If we cannot iterate over the batch
-
org.springframework.batch.repeat.support.RepeatTemplate.iterate()
Execute the batch callback until the completion policy decides that we are finished. Wait for the whole batch to finish before returning even if the task executor is asynchronous.
@see org.springframework.batch.repeat.RepeatOperations#iterate(org.springframework.batch.repeat.RepeatCallback)
-
org.springframework.batch.repeat.support.TaskExecutorRepeatTemplate.iterate()
-
org.tmatesoft.hg.internal.FileHistory.iterate()
-
org.tmatesoft.hg.internal.FileRenameHistory.iterate()
-
ptolemy.actor.Actor.iterate()
-
ptolemy.actor.Manager.iterate()
Invoke one iteration of the model. An iteration consists of first performing changes queued with requestChange() and type resolution, if necessary, and then invoking prefire(), fire(), and postfire(), in that order. If prefire() returns false, then fire() and postfire() are not invoked, and true is returned. Otherwise, fire() will be called once, followed by postfire(). The return value of postfire() is returned. Note that this method ignores finish and pause requests and thus determines a minimum granularity of the execution. Set the state of the manager to ITERATING. This method is read synchronized on the workspace.
@return True if postfire() returns true.
@exception KernelException If the model throws it, or if thereis no container.
-
ptolemy.distributed.common.DistributedActor.iterate()
Invoke a specified number of iterations of the actor.
@param count The number of iterations to perform.
@return NOT_READY, STOP_ITERATING, or COMPLETED.
@exception RemoteException If a communication-related exception mayoccur during the execution of a remote method call.
-
smilehouse.openinterface.OpenInterfaceIF.iterate()
-
sun.jvm.hotspot.oops.ObjectHeap.iterate()
The base heap iteration mechanism