org.encog.ml.data
public interface MLSequenceSet extends MLDataSet
Modifier and Type | Method and Description |
---|---|
void |
add(MLDataSet sequence)
Add a new sequence.
|
MLDataSet |
getSequence(int i)
Get an individual sequence.
|
int |
getSequenceCount() |
Collection<MLDataSet> |
getSequences() |
void |
startNewSequence()
Cause a "break" in the data by creating a the beginning of a new sequence.
|
add, add, add, close, get, getIdealSize, getInputSize, getRecord, getRecordCount, isSupervised, openAdditional, size
void startNewSequence()
int getSequenceCount()
MLDataSet getSequence(int i)
i
- The index of the sequence.Collection<MLDataSet> getSequences()
void add(MLDataSet sequence)
sequence
- The sequence to add.Copyright © 2014. All Rights Reserved.