|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.neural.data.union.UnionNeuralDataSet.UnionIterator
public class UnionNeuralDataSet.UnionIterator
The iterator used to access the UnionNeuralDataSet.
| Constructor Summary | |
|---|---|
UnionNeuralDataSet.UnionIterator()
Construct the union iterator. |
|
| Method Summary | |
|---|---|
boolean |
hasNext()
Determine if there is more data to be read from this iterator. |
NeuralDataPair |
next()
Obtain the next piece of data. |
void |
remove()
Not implemented. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UnionNeuralDataSet.UnionIterator()
| 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 | |||||||||