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 TypeMethodDescriptionvoidBayesNet.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 TypeClassDescriptionclassBMAEstimator estimates conditional probability tables of a Bayes network using Bayes Model Averaging (BMA).classMultinomial BMA Estimator.classSimpleEstimator is used for estimating the conditional probability tables of a Bayes network once the structure has been learned.