Executes min-max normalization : y' = (y-min)/(max-min), in which min and max are the minimal and maximal values of the array.
Constructor | Description |
Full Usage:
NormalizationMinMax()
|
|
Instance member | Description |
Full Usage:
this.Execute
Parameters:
float[]
Returns: float[]
Modifiers: abstract |
|