C# Class numl.Math.Normalization.LogisticNormalizer

Logistic Feature normalizer using sigmoid function to scale features to be between 0 and 1.
Inheritance: INormalizer
Afficher le fichier Open project: sethjuarez/numl

Méthodes publiques

Méthode Description
LogisticNormalizer ( ) : System

Initializes a new Logistic Feature Normalizer.

Normalize ( Vector row, numl properties ) : Vector

Normalize a row vector using Logistic normalization.

Method Details

LogisticNormalizer() public méthode

Initializes a new Logistic Feature Normalizer.
public LogisticNormalizer ( ) : System
Résultat System

Normalize() public méthode

Normalize a row vector using Logistic normalization.
public Normalize ( Vector row, numl properties ) : Vector
row numl.Math.LinearAlgebra.Vector
properties numl
Résultat numl.Math.LinearAlgebra.Vector