Dela via


NormalizingTransformer.GetNormalizerModelParameters(Int32) Method

Definition

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.

Applies to