Uses of Class
weka.classifiers.bayes.NaiveBayesUpdateable
-
Uses of NaiveBayesUpdateable in weka.classifiers.trees.j48
Modifier and TypeMethodDescriptionNBTreeNoSplit.getNaiveBayesModel()
Get the naive bayes model at this nodeModifier and TypeMethodDescriptionstatic double
NBTreeNoSplit.crossValidate
(NaiveBayesUpdateable fullModel, Instances trainingSet, Random r) Utility method for fast 5-fold cross validation of a naive bayes model