共用方式為


NormalizingTransformer.GetNormalizerModelParameters(Int32) 方法

定義

輸入資料行的正規化組態。 它會傳回套用至 -th 輸入資料行的 index 正規化參數。

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

參數

index
Int32

資料行索引。

傳回

套用至 -th 輸入資料行的 index 正規化參數。

適用於