BestBySLR |
Chooses a random subset of attributes, either an absolute number or a percentage.
|
RangeBasedSavitzkyGolay |
Configures a weka.filters.unsupervised.attribute.PartitionedMultiFilter, using the supplied ranges and the number of points to configure the weka.filters.unsupervised.attribute.SavitzkyGolay2 filter to apply to that subset.
|
SavitzkyGolayRange |
Range definition for a SavitzkyGolay filter setup.
|
SegmentedDownSample |
Configures a weka.filters.unsupervised.attribute.PartitionedMultiFilter2, using the supplied number of splits and the nth points to configure the weka.filters.unsupervised.attribute.DownSample filter to apply to the subsets.
|
SegmentedSavitzkyGolay |
Configures a weka.filters.unsupervised.attribute.PartitionedMultiFilter, using the supplied number of splits and the number of points to configure the weka.filters.unsupervised.attribute.SavitzkyGolay2 filter to apply to the subsets.
|
SpectrumFilter |
A meta-filter that applies the base filter only to the spectral part of the dataset, i.e., attributes starting with 'amplitude-'.
|