Documentation of 'org.encog.ml.data.buffer.BufferedDataSetIterator' Java class
BufferedDataSetIterator
org.encog.ml.data.buffer

Class BufferedDataSetIterator

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


    public class BufferedDataSetIterator
    extends java.lang.Object
    implements java.util.Iterator<MLDataPair>
    An iterator for the BufferedNeuralDataSet.
    • Constructor Detail

      • BufferedDataSetIterator

        public BufferedDataSetIterator(BufferedMLDataSet theData)
        Construct the iterator.
        Parameters:
        theData - The dataset to iterate over.
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<MLDataPair>
        Returns:
        True if there is are more records to read.
      • remove

        public void remove()
        Not supported.
        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.