C# Class numl.Math.Normalization.ZeroMeanNormalizer

Zero-Mean Feature normalizer to scale features to be zero centered.
Inheritance: INormalizer
Datei anzeigen Open project: sethjuarez/numl

Public Methods

Method Description
Normalize ( Vector row, Summary properties ) : Vector

Normalize a row vector using Z-Score normalization on the supplied feature properties.

Method Details

Normalize() public method

Normalize a row vector using Z-Score normalization on the supplied feature properties.
public Normalize ( Vector row, Summary properties ) : Vector
row numl.Math.LinearAlgebra.Vector
properties numl.Math.Summary
return numl.Math.LinearAlgebra.Vector