Package weka.classifiers.bayes.net

Class Summary
ADNode The ADNode class implements the ADTree datastructure which increases the speed with which sub-contingency tables can be constructed from a data set in an Instances object.
BayesNetGenerator Bayes Network learning using various search algorithms and quality measures.
Base class for a Bayes Network classifier.
BIFReader Builds a description of a Bayes Net classifier stored in XML BIF 0.3 format.

For more details on XML BIF see:

Fabio Cozman, Marek Druzdzel, Daniel Garcia (1998).
EditableBayesNet Bayes Network learning using various search algorithms and quality measures.
Base class for a Bayes Network classifier.
GUI GUI interface to Bayesian Networks.
MarginCalculator  
ParentSet Helper class for Bayes Network classifiers.
VaryNode Part of ADTree implementation.