Package | Description |
---|---|
weka.classifiers.trees.j48 |
Modifier and Type | Method and Description |
---|---|
NaiveBayesUpdateable |
NBTreeNoSplit.getNaiveBayesModel()
Get the naive bayes model at this node
|
Modifier and Type | Method and Description |
---|---|
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.