|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcalhoun.analysis.crf.io.GTFInputInterval13
calhoun.analysis.crf.io.GTFInputInterval29
public class GTFInputInterval29
| Constructor Summary | |
|---|---|
GTFInputInterval29()
|
|
| 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. |
| Methods inherited from class calhoun.analysis.crf.io.GTFInputInterval13 |
|---|
getNameComponent, setNameComponent, writeTrainingSequences |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GTFInputInterval29()
| Method Detail |
|---|
public void readTrainingSequences(java.lang.Object location,
java.util.List<TrainingSequence<java.util.Map<java.lang.String,java.lang.Object>>> seqs)
throws java.io.IOException
TrainingSequenceIO
readTrainingSequences in interface TrainingSequenceIOreadTrainingSequences in class GTFInputInterval13location - 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||