org.encog.ml.data.basic
Class BasicMLDataSet.BasicMLIterator

java.lang.Object
  extended by 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

Constructor Summary
BasicMLDataSet.BasicMLIterator()
           
 
Method Summary
 boolean hasNext()
          
 MLDataPair next()
          
 void remove()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicMLDataSet.BasicMLIterator

public BasicMLDataSet.BasicMLIterator()
Method Detail

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.