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
protected  NaiveBayesModel AbstractNaiveBayesClassifier.getModel()
           
static NaiveBayesModel NaiveBayesModel.materialize(org.apache.hadoop.fs.Path output, org.apache.hadoop.conf.Configuration conf)
           
static NaiveBayesModel BayesUtils.readModelFromDir(org.apache.hadoop.fs.Path base, org.apache.hadoop.conf.Configuration conf)
           
 

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



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.