Example usage for Java weka.classifiers.bayes BayesNet fields, constructors, methods, implement or subclass
The text is from its open source code.
void | buildClassifier(Instances instances) Generates the classifier. |
void | setEstimator(BayesNetEstimator newBayesNetEstimator) Set the Estimator Algorithm used in calculating the CPTs |