Uses of Class
weka.classifiers.bayes.net.estimate.BayesNetEstimator

Packages that use BayesNetEstimator
weka.classifiers.bayes   
weka.classifiers.bayes.net.estimate   
 

Uses of BayesNetEstimator in weka.classifiers.bayes
 

Methods in weka.classifiers.bayes that return BayesNetEstimator
 BayesNetEstimator BayesNet.getEstimator()
          Get the BayesNetEstimator used for calculating the CPTs
 

Methods in weka.classifiers.bayes with parameters of type BayesNetEstimator
 void 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.estimate
 class BMAEstimator
          BMAEstimator estimates conditional probability tables of a Bayes network using Bayes Model Averaging (BMA).
 class MultiNomialBMAEstimator
          Multinomial BMA Estimator.
 class SimpleEstimator
          SimpleEstimator is used for estimating the conditional probability tables of a Bayes network once the structure has been learned.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.