Package weka.classifiers.bayes.net.estimate
package weka.classifiers.bayes.net.estimate
-
ClassDescriptionBayesNetEstimator is the base class for estimating the conditional probability tables of a Bayes network once the structure has been learned.BMAEstimator estimates conditional probability tables of a Bayes network using Bayes Model Averaging (BMA).Symbolic probability estimator based on symbol counts and a prior.Symbolic probability estimator based on symbol counts and a prior.Multinomial BMA Estimator.SimpleEstimator is used for estimating the conditional probability tables of a Bayes network once the structure has been learned.