Uses of Interface
annotool.classify.Classifier

Packages that use Classifier
annotool.classify   
annotool.io   
 

Uses of Classifier in annotool.classify
 

Subinterfaces of Classifier in annotool.classify
 interface SavableClassifier
          Savable classifier returns a model (an object of a Serializable class), so that the classifier may be persisted and loaded back to memory for use.
 

Uses of Classifier in annotool.io
 

Methods in annotool.io that return Classifier
 Classifier ChainModel.getClassifier()
           
 

Methods in annotool.io with parameters of type Classifier
 void ChainModel.setClassifier(Classifier classifier)