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

Packages that use Algorithm
org.apache.mahout.classifier.bayes Introduction 
 

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

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

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



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