C# Class numl.Math.Normalization.TanhNormalizer

Hyperbolic Tangent Feature normalizer to scale features to be between -1 and +1.
Inheritance: INormalizer
Afficher le fichier Open project: sethjuarez/numl

Méthodes publiques

Méthode Description
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.

Method Details

Normalize() public méthode

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

TanhNormalizer() public méthode

Initializes a new Hyperbolic Tangent Feature Normalizer.
public TanhNormalizer ( ) : System
Résultat System