Executes vector normalization : y' = (y)/(norm), in which norm is the L2 norm of the array.
Constructor | Description |
Full Usage:
NormalizationVector()
|
|
Instance member | Description |
Full Usage:
this.Execute
Parameters:
float[]
Returns: float[]
Modifiers: abstract |
|