|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.neural.data.sql.SQLNeuralDataSet.SQLNeuralIterator
public class SQLNeuralDataSet.SQLNeuralIterator
Iterator used to iterate over SQL results.
| Constructor Summary | |
|---|---|
SQLNeuralDataSet.SQLNeuralIterator()
Construct an iterator. |
|
| Method Summary | |
|---|---|
void |
close()
Close this iterator and release any resources it had. |
boolean |
hasNext()
Returns true if there is more data to be read. |
NeuralDataPair |
next()
Read the next row from the database. |
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 SQLNeuralDataSet.SQLNeuralIterator()
| Method Detail |
|---|
public void close()
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 | |||||||||