C# Class numl.Math.Normalization.MinMaxNormalizer

Standard Min-Max Feature normalizer to scale features to be between -1 and +1.
Inheritance: INormalizer
ファイルを表示 Open project: sethjuarez/numl

Public Methods

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

Normalize a row vector using Min-Max normalization on the supplied feature properties.

Method Details

Normalize() public method

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