org.encog.ml.data.auto
public class AutoFloatDataSet.AutoFloatIterator extends Object implements Iterator<MLDataPair>
Constructor and Description |
---|
AutoFloatDataSet.AutoFloatIterator() |
public final boolean hasNext()
hasNext
in interface Iterator<MLDataPair>
public final MLDataPair next()
next
in interface Iterator<MLDataPair>
public final void remove()
remove
in interface Iterator<MLDataPair>
Copyright © 2014. All Rights Reserved.