Uses of Class
weka.classifiers.bayes.NaiveBayesUpdateable
Packages that use NaiveBayesUpdateable
-
Uses of NaiveBayesUpdateable in weka.classifiers.trees.j48
Methods in weka.classifiers.trees.j48 that return NaiveBayesUpdateableModifier and TypeMethodDescriptionNBTreeNoSplit.getNaiveBayesModel()
Get the naive bayes model at this nodeMethods in weka.classifiers.trees.j48 with parameters of type NaiveBayesUpdateableModifier and TypeMethodDescriptionstatic double
NBTreeNoSplit.crossValidate
(NaiveBayesUpdateable fullModel, Instances trainingSet, Random r) Utility method for fast 5-fold cross validation of a naive bayes model