|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Indexable
Specifies that a data set can be accessed in random order via an index. This property is required for MPROP training.
| Method Summary | |
|---|---|
void |
getRecord(long index,
NeuralDataPair pair)
Read an individual record, specified by index, in random order. |
long |
getRecordCount()
Determine the total number of records in the set. |
Indexable |
openAdditional()
Opens an additional instance of this dataset. |
| Methods inherited from interface org.encog.neural.data.NeuralDataSet |
|---|
add, add, add, close, getIdealSize, getInputSize |
| Methods inherited from interface java.lang.Iterable |
|---|
iterator |
| Method Detail |
|---|
long getRecordCount()
void getRecord(long index,
NeuralDataPair pair)
index - The index to read.pair - The pair that the record will be copied into.Indexable openAdditional()
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||