Uses of Class
weka.classifiers.bayes.NaiveBayes
-
Uses of NaiveBayes in weka.classifiers.bayes
Modifier and TypeClassDescriptionclass
Class for a Naive Bayes classifier using estimator classes. -
Uses of NaiveBayes in weka.filters.supervised.attribute
Modifier and TypeMethodDescriptionClassConditionalProbabilities.getEstimator()
Get the naive Bayes estimator in useModifier and TypeMethodDescriptionvoid
ClassConditionalProbabilities.setEstimator
(NaiveBayes nb) Set the naive Bayes estimator to use