Example usage for Java weka.classifiers.bayes NaiveBayesUpdateable fields, constructors, methods, implement or subclass
The text is from its open source code.
void | buildClassifier(Instances instances) Generates the classifier. |
void | updateClassifier(Instance instance) Updates the classifier with the given instance. |