NormalizingTransformer.GetNormalizerModelParameters(Int32) Method
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.
The normalization configurations of input columns. It returns the normalization parameters applied to the index
-th input column.
public Microsoft.ML.Transforms.NormalizingTransformer.NormalizerModelParametersBase GetNormalizerModelParameters (int index);
member this.GetNormalizerModelParameters : int -> Microsoft.ML.Transforms.NormalizingTransformer.NormalizerModelParametersBase
Public Function GetNormalizerModelParameters (index As Integer) As NormalizingTransformer.NormalizerModelParametersBase
Parameters
- index
- Int32
column index.
Returns
the normalization parameters applied to the index
-th input column.