|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TrainingSequenceIO
Interface for reading a training sequence from the specified location.
| Method Summary | |
|---|---|
void |
readTrainingSequences(java.lang.Object location,
java.util.List<TrainingSequence<java.util.Map<java.lang.String,java.lang.Object>>> seqs)
reads training sequences from the specified location. |
void |
writeTrainingSequences(java.lang.Object location,
java.util.Iterator<int[]> data)
writes training sequences to the specified location. |
| Method Detail |
|---|
void readTrainingSequences(java.lang.Object location,
java.util.List<TrainingSequence<java.util.Map<java.lang.String,java.lang.Object>>> seqs)
throws java.io.IOException
location - location of the training sequences. Meaning is implementation dependent.seqs - a list of the input sequences to which hidden sequences should be added. Each hidden sequence is an array of integers containing hidden state indices.
java.io.IOException
void writeTrainingSequences(java.lang.Object location,
java.util.Iterator<int[]> data)
throws java.io.IOException
location - location of the training sequences. Meaning is implementation dependent.data - iterator over the hidden states to write.
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||