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