ND
Package
weka.classifiers.meta.nestedDichotomies
Synopsis
A meta classifier for handling multi-class datasets with 2-class classifiers by building a random tree structure.
For more info, check
Lin Dong, Eibe Frank, Stefan Kramer: Ensembles of Balanced Nested Dichotomies for Multi-class Problems. In: PKDD, 84-95, 2005.
Eibe Frank, Stefan Kramer: Ensembles of nested dichotomies for multi-class problems. In: Twenty-first International Conference on Machine Learning, 2004.
Options
The table below describes the options available for ND.
Option |
Description |
---|---|
classifier |
The base classifier to be used. |
debug |
If set to true, classifier may output additional info to the console. |
seed |
The random number seed to be used. |
Capabilities
The table below describes the capabilites of ND.
Capability |
Supported |
---|---|
Class |
Binary class, Missing class values, Nominal class |
Attributes |
Numeric attributes, Binary attributes, Unary attributes, Missing values, Empty nominal attributes, Nominal attributes, Date attributes |
Min # of instances |
1 |