org.encog.ml.data.basic
Class BasicMLDataSet.BasicMLIterator
java.lang.Object
org.encog.ml.data.basic.BasicMLDataSet.BasicMLIterator
- All Implemented Interfaces:
- Iterator<MLDataPair>
- Enclosing class:
- BasicMLDataSet
public class BasicMLDataSet.BasicMLIterator
- extends Object
- implements Iterator<MLDataPair>
An iterator to be used with the BasicMLDataSet. This iterator does not
support removes.
- Author:
- jheaton
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicMLDataSet.BasicMLIterator
public BasicMLDataSet.BasicMLIterator()
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 © 2014. All Rights Reserved.