NaiveBayesMulticlassModelParameters.GetLabelHistogram 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.
Attention
This API is deprecated, please use GetLabelHistogramLong() which returns _labelHistogram with type IReadOnlyList<long> to avoid overflow errors with large datasets.
Obtenez l’histogramme d’étiquette.
[System.Obsolete("This API is deprecated, please use GetLabelHistogramLong() which returns _labelHistogram with type IReadOnlyList<long> to avoid overflow errors with large datasets.", true)]
public System.Collections.Generic.IReadOnlyList<int> GetLabelHistogram ();
public System.Collections.Generic.IReadOnlyList<int> GetLabelHistogram ();
[<System.Obsolete("This API is deprecated, please use GetLabelHistogramLong() which returns _labelHistogram with type IReadOnlyList<long> to avoid overflow errors with large datasets.", true)>]
member this.GetLabelHistogram : unit -> System.Collections.Generic.IReadOnlyList<int>
member this.GetLabelHistogram : unit -> System.Collections.Generic.IReadOnlyList<int>
Public Function GetLabelHistogram () As IReadOnlyList(Of Integer)
Retours
- Attributs