C# (CSharp) numl.Math.Normalization Пространство имен

Классы

Имя Описание
LogisticNormalizer Logistic Feature normalizer using sigmoid function to scale features to be between 0 and 1.
MinMaxNormalizer Standard Min-Max Feature normalizer to scale features to be between -1 and +1.
TanhNormalizer Hyperbolic Tangent Feature normalizer to scale features to be between -1 and +1.
ZScoreFeatureNormalizer Z-Score Feature normalizer to scale features to be 0 mean centered (-1 to +1).
ZeroMeanNormalizer Zero-Mean Feature normalizer to scale features to be zero centered.