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

Logistic Feature normalizer using sigmoid function to scale features to be between 0 and 1.
상속: INormalizer
파일 보기 프로젝트 열기: sethjuarez/numl

공개 메소드들

메소드 설명
LogisticNormalizer ( ) : System

Initializes a new Logistic Feature Normalizer.

Normalize ( Vector row, numl properties ) : Vector

Normalize a row vector using Logistic normalization.

메소드 상세

LogisticNormalizer() 공개 메소드

Initializes a new Logistic Feature Normalizer.
public LogisticNormalizer ( ) : System
리턴 System

Normalize() 공개 메소드

Normalize a row vector using Logistic normalization.
public Normalize ( Vector row, numl properties ) : Vector
row numl.Math.LinearAlgebra.Vector
properties numl
리턴 numl.Math.LinearAlgebra.Vector