Uses of Class
weka.classifiers.bayes.net.estimate.BayesNetEstimator
Packages that use BayesNetEstimator
-
Uses of BayesNetEstimator in weka.classifiers.bayes
Methods in weka.classifiers.bayes that return BayesNetEstimatorModifier and TypeMethodDescriptionBayesNet.getEstimator()
Get the BayesNetEstimator used for calculating the CPTsMethods in weka.classifiers.bayes with parameters of type BayesNetEstimatorModifier and TypeMethodDescriptionvoid
BayesNet.setEstimator
(BayesNetEstimator newBayesNetEstimator) Set the Estimator Algorithm used in calculating the CPTs -
Uses of BayesNetEstimator in weka.classifiers.bayes.net.estimate
Subclasses of BayesNetEstimator in weka.classifiers.bayes.net.estimateModifier and TypeClassDescriptionclass
BMAEstimator estimates conditional probability tables of a Bayes network using Bayes Model Averaging (BMA).class
Multinomial BMA Estimator.class
SimpleEstimator is used for estimating the conditional probability tables of a Bayes network once the structure has been learned.