Uses of Interface
org.apache.mahout.classifier.bayes.interfaces.Algorithm

Packages that use Algorithm
org.apache.mahout.classifier.bayes.algorithm   
org.apache.mahout.classifier.bayes.model   
 

Uses of Algorithm in org.apache.mahout.classifier.bayes.algorithm
 

Classes in org.apache.mahout.classifier.bayes.algorithm that implement Algorithm
 class BayesAlgorithm
          Class implementing the Naive Bayes Classifier Algorithm
 class CBayesAlgorithm
          Class implementing the Complementary Naive Bayes Classifier Algorithm
 

Uses of Algorithm in org.apache.mahout.classifier.bayes.model
 

Constructors in org.apache.mahout.classifier.bayes.model with parameters of type Algorithm
ClassifierContext(Algorithm algorithm, Datastore datastore)
           
 



Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.