|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.encog.neural.data.buffer.BufferedNeuralDataSet.BufferedNeuralDataSetIterator
public class BufferedNeuralDataSet.BufferedNeuralDataSetIterator
An iterator to move through the buffered data set.
| Constructor Summary | |
|---|---|
BufferedNeuralDataSet.BufferedNeuralDataSetIterator()
Construct the buffered iterator. |
|
| Method Summary | |
|---|---|
void |
close()
Close the iterator, and the underlying file. |
boolean |
hasNext()
|
NeuralDataPair |
next()
|
void |
remove()
Not supported, will throw an error. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BufferedNeuralDataSet.BufferedNeuralDataSetIterator()
| Method Detail |
|---|
public void close()
public boolean hasNext()
hasNext in interface java.util.Iterator<NeuralDataPair>public NeuralDataPair next()
next in interface java.util.Iterator<NeuralDataPair>public void remove()
remove in interface java.util.Iterator<NeuralDataPair>
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||