NormalizationCatalog Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Collection of extension methods for TransformsCatalog to create instances of numerical normalization components.
public static class NormalizationCatalog
type NormalizationCatalog = class
Public Module NormalizationCatalog
- Inheritance
-
NormalizationCatalog
Methods
NormalizeBinning(TransformsCatalog, InputOutputColumnPair[], Int64, Boolean, Int32) |
Create a NormalizingEstimator, which normalizes by assigning the data into bins with equal density. |
NormalizeBinning(TransformsCatalog, String, String, Int64, Boolean, Int32) |
Create a NormalizingEstimator, which normalizes by assigning the data into bins with equal density. |
NormalizeGlobalContrast(TransformsCatalog, String, String, Boolean, Boolean, Single) |
Create a GlobalContrastNormalizingEstimator, which normalizes columns individually applying global contrast normalization.
Setting |
NormalizeLogMeanVariance(TransformsCatalog, InputOutputColumnPair[], Boolean, Int64, Boolean) |
Create a NormalizingEstimator, which normalizes based on the computed mean and variance of the logarithm of the data. |
NormalizeLogMeanVariance(TransformsCatalog, InputOutputColumnPair[], Int64, Boolean) |
Create a NormalizingEstimator, which normalizes based on the computed mean and variance of the logarithm of the data. |
NormalizeLogMeanVariance(TransformsCatalog, String, Boolean, String, Int64, Boolean) |
Create a NormalizingEstimator, which normalizes based on the computed mean and variance of the logarithm of the data. |
NormalizeLogMeanVariance(TransformsCatalog, String, String, Int64, Boolean) |
Create a NormalizingEstimator, which normalizes based on the computed mean and variance of the logarithm of the data. |
NormalizeLpNorm(TransformsCatalog, String, String, LpNormNormalizingEstimatorBase+NormFunction, Boolean) |
Create a LpNormNormalizingEstimator, which normalizes (scales) vectors in the input column to the unit norm.
The type of norm that is used is defined by |
NormalizeMeanVariance(TransformsCatalog, InputOutputColumnPair[], Int64, Boolean, Boolean) |
Create a NormalizingEstimator, which normalizes based on the computed mean and variance of the data. |
NormalizeMeanVariance(TransformsCatalog, String, String, Int64, Boolean, Boolean) |
Create a NormalizingEstimator, which normalizes based on the computed mean and variance of the data. |
NormalizeMinMax(TransformsCatalog, InputOutputColumnPair[], Int64, Boolean) |
Create a NormalizingEstimator, which normalizes based on the observed minimum and maximum values of the data. |
NormalizeMinMax(TransformsCatalog, String, String, Int64, Boolean) |
Create a NormalizingEstimator, which normalizes based on the observed minimum and maximum values of the data. |
NormalizeRobustScaling(TransformsCatalog, InputOutputColumnPair[], Int64, Boolean, UInt32, UInt32) |
Create a NormalizingEstimator, which normalizes using statistics that are robust to outliers by centering the data around 0 (removing the median) and scales the data according to the quantile range (defaults to the interquartile range). |
NormalizeRobustScaling(TransformsCatalog, String, String, Int64, Boolean, UInt32, UInt32) |
Create a NormalizingEstimator, which normalizes using statistics that are robust to outliers by centering the data around 0 (removing the median) and scales the data according to the quantile range (defaults to the interquartile range). |
NormalizeSupervisedBinning(TransformsCatalog, InputOutputColumnPair[], String, Int64, Boolean, Int32, Int32) |
Create a NormalizingEstimator, which normalizes by assigning the data into bins based on correlation with the |
NormalizeSupervisedBinning(TransformsCatalog, String, String, String, Int64, Boolean, Int32, Int32) |
Create a NormalizingEstimator, which normalizes by assigning the data into bins based on correlation with the |