Uses of Interface
net.sf.classifier4J.IClassifier

Packages that use IClassifier
net.sf.classifier4J   
net.sf.classifier4J.bayesian   
net.sf.classifier4J.vector   
 

Uses of IClassifier in net.sf.classifier4J
 

Subinterfaces of IClassifier in net.sf.classifier4J
 interface ICategorisedClassifier
           
 interface ITrainableClassifier
           
 

Classes in net.sf.classifier4J that implement IClassifier
 class AbstractCategorizedTrainableClassifier
           
 class AbstractClassifier
          Implementaion of the setMatchCutoff(double) and isMatch(java.lang.String) methods.
 class SimpleClassifier
          Very basic implemntation of the IClassifier interface.
 

Uses of IClassifier in net.sf.classifier4J.bayesian
 

Classes in net.sf.classifier4J.bayesian that implement IClassifier
 class BayesianClassifier
          A implementation of IClassifier based on Bayes' theorem (see http://www.wikipedia.org/wiki/Bayes_theorem).
 

Uses of IClassifier in net.sf.classifier4J.vector
 

Classes in net.sf.classifier4J.vector that implement IClassifier
 class VectorClassifier
           
 



Copyright © 2003-2005 Nick Lothian. All Rights Reserved.