Uses of Class
weka.classifiers.RandomizableSingleClassifierEnhancer
-
Uses of RandomizableSingleClassifierEnhancer in weka.classifiers.meta
Modifier and TypeClassDescriptionclass
A metaclassifier that makes its base classifier cost sensitive.class
Class for performing parameter selection by cross-validation for any classifier.
For more information, see:
R.class
Class for running an arbitrary classifier on data that has been passed through an arbitrary filter.class
A metaclassifier for handling multi-class datasets with 2-class classifiers.class
A metaclassifier for handling multi-class datasets with 2-class classifiers.class
Class for running an arbitrary classifier on data that has been passed through an arbitrary filter.class
Generic 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.