Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.data.normalisation |
Modifier and Type | Class and Description |
---|---|
class |
MinMaxNormaliser
Min-max normalisation, normalises the attributes between 0 and 1.
|
class |
StandardScoreNormaliser
Standard score nomalisation, normalises the attributes to have zero mean and the standard deviation as max values,
i.e.
|
class |
UnitLengthNormaliser
Unit length normalisation, normalises the length of the instance to 1.
|