Uses of Class
calhoun.analysis.crf.io.IntInput

Packages that use IntInput
calhoun.analysis.crf.io handles input and output of gene calling formats 
 

Uses of IntInput in calhoun.analysis.crf.io
 

Subclasses of IntInput in calhoun.analysis.crf.io
 class Interval21HiddenSequenceTranslator
           
 class IntInputInterval29
           
 

Methods in calhoun.analysis.crf.io that return IntInput
 IntInput InputHandlerInterleaved.getHiddenStateReader()
          gets the reader used to read in results for training data.
 

Methods in calhoun.analysis.crf.io with parameters of type IntInput
 void InputHandlerInterleaved.setHiddenStateReader(IntInput hiddenStateReader)
          sets the reader used to get hidden sequences.