| Package | Description |
|---|---|
| org.apache.mahout.classifier.naivebayes |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
AbstractNaiveBayesClassifier(NaiveBayesModel model) |
ComplementaryNaiveBayesClassifier(NaiveBayesModel model) |
StandardNaiveBayesClassifier(NaiveBayesModel model) |
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.