INormalization Type

Interface to normalization methods.

Instance members

Instance member Description

this.Execute

Full Usage: this.Execute

Parameters:
    input : float[] - The input array.

Returns: float[] The normalized array.
Modifiers: abstract

Executes the normalization algorithm.

input : float[]

The input array.

Returns: float[]

The normalized array.