NaiveBayesMulticlassModelParameters.GetLabelHistogram Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Precaución
This API is deprecated, please use GetLabelHistogramLong() which returns _labelHistogram with type IReadOnlyList<long> to avoid overflow errors with large datasets.
Obtenga el histograma de etiqueta.
[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)
Devoluciones
- Atributos