NormalizationMinMax Type

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

Constructors

Constructor Description

NormalizationMinMax()

Full Usage: NormalizationMinMax()

Instance members

Instance member Description

this.Execute

Full Usage: this.Execute

Parameters:
    x : float[]

Returns: float[]
Modifiers: abstract

x : float[]
Returns: float[]