Uses of Interface
net.sf.classifier4J.ICategorisedClassifier

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

Uses of ICategorisedClassifier in net.sf.classifier4J
 

Subinterfaces of ICategorisedClassifier in net.sf.classifier4J
 interface ITrainableClassifier
           
 

Classes in net.sf.classifier4J that implement ICategorisedClassifier
 class AbstractCategorizedTrainableClassifier
           
 

Uses of ICategorisedClassifier in net.sf.classifier4J.bayesian
 

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

Uses of ICategorisedClassifier in net.sf.classifier4J.vector
 

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



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