|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EngineIndexableSet
Specifies that a data set can be accessed in random order via an index. This property is required for multi-threaded training.
| Method Summary | |
|---|---|
void |
getRecord(long index,
EngineData pair)
Read an individual record, specified by index, in random order. |
long |
getRecordCount()
Determine the total number of records in the set. |
EngineIndexableSet |
openAdditional()
Opens an additional instance of this dataset. |
| Methods inherited from interface org.encog.engine.data.EngineDataSet |
|---|
getIdealSize, getInputSize, isSupervised |
| Method Detail |
|---|
long getRecordCount()
void getRecord(long index,
EngineData pair)
index - The index to read.pair - The pair that the record will be copied into.EngineIndexableSet openAdditional()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||