Uses of Class
weka.classifiers.bayes.net.estimate.BayesNetEstimator
-
Uses of BayesNetEstimator in weka.classifiers.bayes
Modifier and TypeMethodDescriptionBayesNet.getEstimator()
Get the BayesNetEstimator used for calculating the CPTsModifier and TypeMethodDescriptionvoid
BayesNet.setEstimator
(BayesNetEstimator newBayesNetEstimator) Set the Estimator Algorithm used in calculating the CPTs -
Uses of BayesNetEstimator in weka.classifiers.bayes.net.estimate
Modifier 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.