|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.neural.data.csv.CSVNeuralDataSet.CSVNeuralIterator
public class CSVNeuralDataSet.CSVNeuralIterator
An iterator designed to read from CSV files.
| Constructor Summary | |
|---|---|
CSVNeuralDataSet.CSVNeuralIterator()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
close()
Close the iterator, and the underlying CSV file. |
boolean |
hasNext()
Determine if there is more data to be read. |
NeuralDataPair |
next()
Read the next record from the CSV file. |
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 CSVNeuralDataSet.CSVNeuralIterator()
| 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 | |||||||||