Uses of Class
weka.classifiers.RandomizableSingleClassifierEnhancer
Packages that use RandomizableSingleClassifierEnhancer
-
Uses of RandomizableSingleClassifierEnhancer in weka.classifiers.meta
Subclasses of RandomizableSingleClassifierEnhancer in weka.classifiers.metaModifier and TypeClassDescriptionclassA metaclassifier that makes its base classifier cost sensitive.classClass for performing parameter selection by cross-validation for any classifier.
For more information, see:
R.classClass for running an arbitrary classifier on data that has been passed through an arbitrary filter.classA metaclassifier for handling multi-class datasets with 2-class classifiers.classA metaclassifier for handling multi-class datasets with 2-class classifiers.classClass for running an arbitrary classifier on data that has been passed through an arbitrary filter.classGeneric wrapper around any classifier to enable weighted instances support.
Uses resampling with weights if the base classifier is not implementing the weka.core.WeightedInstancesHandler interface and there are instance weights other 1.0 present.