Uses of Class
weka.classifiers.bayes.NaiveBayes
Packages that use NaiveBayes
-
Uses of NaiveBayes in weka.classifiers.bayes
Subclasses of NaiveBayes in weka.classifiers.bayesModifier and TypeClassDescriptionclassClass for a Naive Bayes classifier using estimator classes.Methods in weka.classifiers.bayes that return NaiveBayesMethods in weka.classifiers.bayes with parameters of type NaiveBayes -
Uses of NaiveBayes in weka.filters.supervised.attribute
Methods in weka.filters.supervised.attribute that return NaiveBayesModifier and TypeMethodDescriptionClassConditionalProbabilities.getEstimator()Get the naive Bayes estimator in useMethods in weka.filters.supervised.attribute with parameters of type NaiveBayesModifier and TypeMethodDescriptionvoidClassConditionalProbabilities.setEstimator(NaiveBayes nb) Set the naive Bayes estimator to use