Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

  • No labels