NBTree
Package
weka.classifiers.trees
Synopsis
Class for generating a decision tree with naive Bayes classifiers at the leaves.
For more information, see
Ron Kohavi: Scaling Up the Accuracy of Naive-Bayes Classifiers: A Decision-Tree Hybrid. In: Second International Conference on Knoledge Discovery and Data Mining, 202-207, 1996.
Options
The table below describes the options available for NBTree.
Option |
Description |
---|---|
debug |
If set to true, classifier may output additional info to the console. |
Capabilities
The table below describes the capabilites of NBTree.
Capability |
Supported |
---|---|
Class |
Binary class, Nominal class, Missing class values |
Attributes |
Unary attributes, Nominal attributes, Missing values, Numeric attributes, Empty nominal attributes, Binary attributes, Date attributes |
Min # of instances |
0 |