Uses of Class
weka.classifiers.IteratedSingleClassifierEnhancer
Packages that use IteratedSingleClassifierEnhancer
-
Uses of IteratedSingleClassifierEnhancer in weka.classifiers
Subclasses of IteratedSingleClassifierEnhancer in weka.classifiersModifier and TypeClassDescriptionclassAbstract utility class for handling settings common to meta classifiers that build an ensemble in parallel from a single base learner.classAbstract utility class for handling settings common to randomizable meta classifiers that build an ensemble from a single base learner.classAbstract utility class for handling settings common to randomizable meta classifiers that build an ensemble in parallel from a single base learner. -
Uses of IteratedSingleClassifierEnhancer in weka.classifiers.meta
Subclasses of IteratedSingleClassifierEnhancer in weka.classifiers.metaModifier and TypeClassDescriptionclassClass for boosting a nominal class classifier using the Adaboost M1 method.classMeta classifier that enhances the performance of a regression base classifier.classClass for bagging a classifier to reduce variance.classClass for performing additive logistic regression.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 IteratedSingleClassifierEnhancer in weka.classifiers.trees
Subclasses of IteratedSingleClassifierEnhancer in weka.classifiers.treesModifier and TypeClassDescriptionclassClass for constructing a forest of random trees.
For more information see:
Leo Breiman (2001).