Uses of Package
weka.classifiers.bayes

Packages that use weka.classifiers.bayes
weka.classifiers.bayes   
 

Classes in weka.classifiers.bayes used by weka.classifiers.bayes
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.
BayesNet
          Base class for a Bayes Network classifier.
BayesNetB
          Class for a Bayes Network classifier based on a hill climbing algorithm for learning structure as described in Buntine, W. (1991).
NaiveBayes
          Class for a Naive Bayes classifier using estimator classes.
ParentSet
          Helper class for Bayes Network classifiers.
Scoreable
          Interface for allowing to score a classifier
VaryNode
          Part of ADTree implementation.