|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.neural.data.basic.BasicNeuralDataSet.BasicNeuralIterator
public class BasicNeuralDataSet.BasicNeuralIterator
An iterator to be used with the BasicNeuralDataSet. This iterator does not support removes.
| Constructor Summary | |
|---|---|
BasicNeuralDataSet.BasicNeuralIterator()
|
|
| Method Summary | |
|---|---|
boolean |
hasNext()
Is there more data for the iterator to read? |
NeuralDataPair |
next()
Read the next item. |
void |
remove()
Removes are not supported. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicNeuralDataSet.BasicNeuralIterator()
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface Iterator<NeuralDataPair>public NeuralDataPair next()
next in interface Iterator<NeuralDataPair>public void remove()
remove in interface Iterator<NeuralDataPair>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||