| Package | Description |
|---|---|
| weka.classifiers.bayes | |
| weka.filters.supervised.attribute |
| Modifier and Type | Class and Description |
|---|---|
class |
NaiveBayesUpdateable
Class for a Naive Bayes classifier using estimator classes.
|
| Modifier and Type | Method and Description |
|---|---|
NaiveBayes |
NaiveBayes.aggregate(NaiveBayes toAggregate) |
| Modifier and Type | Method and Description |
|---|---|
NaiveBayes |
NaiveBayes.aggregate(NaiveBayes toAggregate) |
| Modifier and Type | Method and Description |
|---|---|
NaiveBayes |
ClassConditionalProbabilities.getEstimator()
Get the naive Bayes estimator in use
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassConditionalProbabilities.setEstimator(NaiveBayes nb)
Set the naive Bayes estimator to use
|
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.