Uses of Interface
weka.filters.SupervisedFilter
Packages that use SupervisedFilter
-
Uses of SupervisedFilter in weka.filters.supervised.attribute
Classes in weka.filters.supervised.attribute that implement SupervisedFilterModifier and TypeClassDescriptionclassA supervised attribute filter that can be used to select attributes.classChanges the order of the classes so that the class values are no longer of in the order specified in the header.classAn instance filter that discretizes a range of numeric attributes in the dataset into nominal attributes.classMerges values of all nominal attributes among the specified attributes, excluding the class attribute, using the CHAID method, but without considering re-splitting of merged subsets.classConverts all nominal attributes into binary numeric attributes.class* A filter that uses a PartitionGenerator to generate partition membership values; filtered instances are composed of these values plus the class attribute (if set in the input data) and rendered as sparse instances. -
Uses of SupervisedFilter in weka.filters.supervised.instance
Classes in weka.filters.supervised.instance that implement SupervisedFilterModifier and TypeClassDescriptionclassReweights the instances in the data so that each class has the same total weight.classProduces a random subsample of a dataset using either sampling with replacement or without replacement.
The original dataset must fit entirely in memory.classProduces a random subsample of a dataset.classThis filter takes a dataset and outputs a specified fold for cross validation.