Uses of Class
weka.classifiers.RandomizableParallelIteratedSingleClassifierEnhancer
-
Uses of RandomizableParallelIteratedSingleClassifierEnhancer in weka.classifiers.meta
Modifier and TypeClassDescriptionclass
Class for bagging a classifier to reduce variance.class
Class for building an ensemble of randomizable base classifiers.class
This method constructs a decision tree based classifier that maintains highest accuracy on training data and improves on generalization accuracy as it grows in complexity. -
Uses of RandomizableParallelIteratedSingleClassifierEnhancer in weka.classifiers.trees
Modifier and TypeClassDescriptionclass
Class for constructing a forest of random trees.
For more information see:
Leo Breiman (2001).