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
 

Fields in org.apache.mahout.classifier.naivebayes declared as NaiveBayesModel
protected  NaiveBayesModel AbstractNaiveBayesClassifier.model
           
 

Methods in org.apache.mahout.classifier.naivebayes that return NaiveBayesModel
 NaiveBayesModel NaiveBayesModel.deserialize(com.google.gson.JsonElement json, java.lang.reflect.Type type, com.google.gson.JsonDeserializationContext context)
           
static NaiveBayesModel NaiveBayesModel.fromJson(java.lang.String json)
          Decode this NaiveBayesModel from a JSON string
static NaiveBayesModel NaiveBayesModel.fromMRTrainerOutput(org.apache.hadoop.fs.Path output, org.apache.hadoop.conf.Configuration conf)
           
 

Methods in org.apache.mahout.classifier.naivebayes with parameters of type NaiveBayesModel
 com.google.gson.JsonElement NaiveBayesModel.serialize(NaiveBayesModel model, java.lang.reflect.Type type, com.google.gson.JsonSerializationContext context)
           
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-2010 The Apache Software Foundation. All Rights Reserved.