Uses of Class
weka.classifiers.RandomizableParallelIteratedSingleClassifierEnhancer
Packages that use RandomizableParallelIteratedSingleClassifierEnhancer
-
Uses of RandomizableParallelIteratedSingleClassifierEnhancer in weka.classifiers.meta
Modifier and TypeClassDescriptionclassClass for bagging a classifier to reduce variance.classClass for building an ensemble of randomizable base classifiers.classThis 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 TypeClassDescriptionclassClass for constructing a forest of random trees.
For more information see:
Leo Breiman (2001).