| Name | Description | Type | Package | Framework |
| BayesNetEstimator | BayesNetEstimator is the base class for estimating the conditional probability tables of a Bayes network once the structure has | Class | weka.classifiers.bayes.net.estimate | Weka |
| BMAEstimator | BMAEstimator estimates conditional probability tables of a Bayes network using Bayes Model Averaging (BMA). | Class | weka.classifiers.bayes.net.estimate | Weka |
| DiscreteEstimatorBayes | Symbolic probability estimator based on symbol counts and a prior. | Class | weka.classifiers.bayes.net.estimate | Weka |
| DiscreteEstimatorFullBayes | Symbolic probability estimator based on symbol counts and a prior. | Class | weka.classifiers.bayes.net.estimate | Weka |
| MultiNomialBMAEstimator | Multinomial BMA Estimator. | Class | weka.classifiers.bayes.net.estimate | Weka |
| SimpleEstimator | SimpleEstimator is used for estimating the conditional probability tables of a Bayes network once the structure has been | Class | weka.classifiers.bayes.net.estimate | Weka |