Uses of Class
weka.classifiers.bayes.NaiveBayesUpdateable

Packages that use NaiveBayesUpdateable
weka.classifiers.trees.j48   
 

Uses of NaiveBayesUpdateable in weka.classifiers.trees.j48
 

Methods in weka.classifiers.trees.j48 that return NaiveBayesUpdateable
 NaiveBayesUpdateable NBTreeNoSplit.getNaiveBayesModel()
          Get the naive bayes model at this node
 

Methods in weka.classifiers.trees.j48 with parameters of type NaiveBayesUpdateable
static double NBTreeNoSplit.crossValidate(NaiveBayesUpdateable fullModel, Instances trainingSet, Random r)
          Utility method for fast 5-fold cross validation of a naive bayes model
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.