org.encog.ml.data.folded
Class FoldedIterator
java.lang.Object
org.encog.ml.data.folded.FoldedIterator
- All Implemented Interfaces:
- Iterator<MLDataPair>
public class FoldedIterator
- extends Object
- implements Iterator<MLDataPair>
Used to iterate over a folded data set.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FoldedIterator
public FoldedIterator(FoldedDataSet theOwner)
- Construct the folded iterator.
- Parameters:
theOwner - The owning dataset.
hasNext
public final boolean hasNext()
-
- Specified by:
hasNext in interface Iterator<MLDataPair>
next
public final MLDataPair next()
-
- Specified by:
next in interface Iterator<MLDataPair>
remove
public final void remove()
-
- Specified by:
remove in interface Iterator<MLDataPair>
Copyright © 2011. All Rights Reserved.