NormalizingTransformer.GetNormalizerModelParameters(Int32) 方法

定義

輸入欄位的正規化配置。 它會回傳對 index第 n 個輸入欄位所施加的正規化參數。

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

欄索引。

傳回

正規化參數套用到 index第 n 個輸入欄位。

適用於