NormalizingTransformer.GetNormalizerModelParameters(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
輸入資料行的正規化組態。 它會傳回套用至 -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 正規化參數。