weka.classifiers.bayes.net.estimate |
|
Java Source File Name | Type | Comment |
BayesNetEstimator.java | Class |
BayesNetEstimator is the base class for estimating the conditional probability tables of a Bayes network once the structure has been learned. |
BMAEstimator.java | Class |
BMAEstimator estimates conditional probability tables of a Bayes network using Bayes Model Averaging (BMA). |
DiscreteEstimatorBayes.java | Class | Symbolic probability estimator based on symbol counts and a prior. |
DiscreteEstimatorFullBayes.java | Class | Symbolic probability estimator based on symbol counts and a prior. |
MultiNomialBMAEstimator.java | Class |
Multinomial BMA Estimator. |
SimpleEstimator.java | Class |
SimpleEstimator is used for estimating the conditional probability tables of a Bayes network once the structure has been learned. |