Documentation of 'org.encog.ml.data.folded.FoldedIterator' Java class
FoldedIterator
org.encog.ml.data.folded

Class FoldedIterator

  • All Implemented Interfaces:
    java.util.Iterator<MLDataPair>


    public class FoldedIterator
    extends java.lang.Object
    implements java.util.Iterator<MLDataPair>
    Used to iterate over a folded data set.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean hasNext()
      MLDataPair next()
      void remove()
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Iterator

        forEachRemaining
    • Constructor Detail

      • FoldedIterator

        public FoldedIterator(FoldedDataSet theOwner)
        Construct the folded iterator.
        Parameters:
        theOwner - The owning dataset.
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<MLDataPair>
      • remove

        public void remove()
        Specified by:
        remove in interface java.util.Iterator<MLDataPair>

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.