Class | Description |
---|---|
AbstractNormaliser | |
MinMaxNormaliser |
Min-max normalisation, normalises the attributes between 0 and 1.
|
StandardScoreNormaliser |
Standard score nomalisation, normalises the attributes to have zero mean and the standard deviation as max values,
i.e.
|
UnitLengthNormaliser |
Unit length normalisation, normalises the length of the instance to 1.
|