Uses of Class
org.apache.mahout.classifier.naivebayes.NaiveBayesModel

Packages that use NaiveBayesModel
org.apache.mahout.classifier.naivebayes   
 

Uses of NaiveBayesModel in org.apache.mahout.classifier.naivebayes
 

Methods in org.apache.mahout.classifier.naivebayes that return NaiveBayesModel
static NaiveBayesModel NaiveBayesModel.fromMRTrainerOutput(org.apache.hadoop.fs.Path output, org.apache.hadoop.conf.Configuration conf)
           
protected  NaiveBayesModel AbstractNaiveBayesClassifier.getModel()
           
 

Methods in org.apache.mahout.classifier.naivebayes with parameters of type NaiveBayesModel
static void NaiveBayesModel.validate(NaiveBayesModel model)
           
 

Constructors in org.apache.mahout.classifier.naivebayes with parameters of type NaiveBayesModel
AbstractNaiveBayesClassifier(NaiveBayesModel model)
           
ComplementaryNaiveBayesClassifier(NaiveBayesModel model)
           
StandardNaiveBayesClassifier(NaiveBayesModel model)
           
 



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