Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
numl
Math
Normalization
ZScoreFeatureNormalizer
C# Class numl.Math.Normalization.ZScoreFeatureNormalizer
Z-Score Feature normalizer to scale features to be 0 mean centered (-1 to +1).
Inheritance:
INormalizer
显示文件
Open project: sethjuarez/numl
Public Methods
Method
Description
Normalize
(
Vector
row
,
numl
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
,
numl
properties
) :
Vector
row
numl.Math.LinearAlgebra.Vector
properties
numl
return
numl.Math.LinearAlgebra.Vector