NormalizationArea Type

Executes area normalization : y' = (y-min)/(mean), in which min and mean are the minimal and the mean values of the array.

Constructors

Constructor Description

NormalizationArea()

Full Usage: NormalizationArea()

Instance members

Instance member Description

this.Execute

Full Usage: this.Execute

Parameters:
    x : float[]

Returns: float[]
Modifiers: abstract

x : float[]
Returns: float[]