NormalizationVector Type

Executes vector normalization : y' = (y)/(norm), in which norm is the L2 norm of the array.

Constructors

Constructor Description

NormalizationVector()

Full Usage: NormalizationVector()

Instance members

Instance member Description

this.Execute

Full Usage: this.Execute

Parameters:
    x : float[]

Returns: float[]
Modifiers: abstract

x : float[]
Returns: float[]