|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |