NormalizingTransformer.GetNormalizerModelParameters(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Configurations de normalisation des colonnes d’entrée. Elle retourne les paramètres de normalisation appliqués à la index
-ième colonne d’entrée.
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
Paramètres
- index
- Int32
index de colonne.
Retours
les paramètres de normalisation appliqués à la index
colonne d’entrée -th.