| Package | Description |
|---|---|
| weka.classifiers.bayes | |
| weka.classifiers.bayes.net.estimate |
| Modifier and Type | Method and Description |
|---|---|
BayesNetEstimator |
BayesNet.getEstimator()
Get the BayesNetEstimator used for calculating the CPTs
|
| Modifier and Type | Method and Description |
|---|---|
void |
BayesNet.setEstimator(BayesNetEstimator newBayesNetEstimator)
Set the Estimator Algorithm used in calculating the CPTs
|
| Modifier and Type | Class and Description |
|---|---|
class |
BMAEstimator
BMAEstimator estimates conditional probability tables of a Bayes network using Bayes Model Averaging (BMA).
|
class |
MultiNomialBMAEstimator
Multinomial BMA Estimator.
|
class |
SimpleEstimator
SimpleEstimator is used for estimating the conditional probability tables of a Bayes network once the structure has been learned.
|
Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.