Uses of Interface
net.sf.classifier4J.ITrainable

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

Uses of ITrainable in net.sf.classifier4J
 

Subinterfaces of ITrainable in net.sf.classifier4J
 interface ITrainableClassifier
           
 

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

Uses of ITrainable in net.sf.classifier4J.bayesian
 

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

Uses of ITrainable in net.sf.classifier4J.vector
 

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



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