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

Standard Min-Max Feature normalizer to scale features to be between -1 and +1.
상속: INormalizer
파일 보기 프로젝트 열기: sethjuarez/numl

공개 메소드들

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

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

메소드 상세

Normalize() 공개 메소드

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