C# 클래스 numl.Math.Normalization.ZeroMeanNormalizer

Zero-Mean Feature normalizer to scale features to be zero centered.
상속: INormalizer
파일 보기 프로젝트 열기: sethjuarez/numl

공개 메소드들

메소드 설명
Normalize ( Vector row, Summary properties ) : Vector

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

메소드 상세

Normalize() 공개 메소드

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
리턴 numl.Math.LinearAlgebra.Vector