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

Hyperbolic Tangent 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 the hyperbolic tangent (tanh)function.

TanhNormalizer ( ) : System

Initializes a new Hyperbolic Tangent Feature Normalizer.

메소드 상세

Normalize() 공개 메소드

Normalize a row vector using the hyperbolic tangent (tanh)function.
public Normalize ( Vector row, numl properties ) : Vector
row numl.Math.LinearAlgebra.Vector
properties numl
리턴 numl.Math.LinearAlgebra.Vector

TanhNormalizer() 공개 메소드

Initializes a new Hyperbolic Tangent Feature Normalizer.
public TanhNormalizer ( ) : System
리턴 System