calhoun.analysis.crf.io
Class IntInputInterval29

java.lang.Object
  extended by calhoun.analysis.crf.io.InterleavedInputComponentBase
      extended by calhoun.analysis.crf.io.IntInput
          extended by calhoun.analysis.crf.io.IntInputInterval29
All Implemented Interfaces:
InputComponentIO, InterleavedInputComponent, TrainingSequenceIO, java.io.Serializable

public class IntInputInterval29
extends IntInput

See Also:
Serialized Form

Constructor Summary
IntInputInterval29()
           
 
Method Summary
 int[] readSequence(java.io.BufferedReader r)
           
 
Methods inherited from class calhoun.analysis.crf.io.IntInput
prepareData, read, readTrainingSequences, write, writeSequence, writeTrainingSequences
 
Methods inherited from class calhoun.analysis.crf.io.InterleavedInputComponentBase
getComponentNames, getName, readInputSequences, setName, writeInputSequences
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntInputInterval29

public IntInputInterval29()
Method Detail

readSequence

public int[] readSequence(java.io.BufferedReader r)
                   throws java.io.IOException
Overrides:
readSequence in class IntInput
Throws:
java.io.IOException