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