AbstractMultiLabelStreamFilter |
Abstract Stream Filter.
|
AbstractStreamFilter |
Abstract Stream Filter.
|
AddNoiseFilter |
Filter for adding random noise to examples in a stream.
|
HashingTrickFilter |
Filter to perform feature hashing to reduce the number of attributes by applying
a hash function to features.
|
NormalisationFilter |
Filter for standardising and normalising instances in a stream.
|
RandomProjectionFilter |
Filter to perform random projection to reduce the number of attributes.
|
RBFFilter |
|
ReLUFilter |
|
RemoveDiscreteAttributeFilter |
Filter for removing discrete attributes in instances of a stream.
|
ReplacingMissingValuesFilter |
Replaces the missing values with another value according to the selected
strategy.
|
ReplacingMissingValuesFilter.MapUtil |
|
SelectAttributesFilter |
|
Selection |
|
StandardisationFilter |
This filter is to standardise instances in a stream.
|