NaiveBayesMulticlassModelParameters.GetLabelHistogram 方法

定义

注意

This API is deprecated, please use GetLabelHistogramLong() which returns _labelHistogram with type IReadOnlyList<long> to avoid overflow errors with large datasets.

获取标签直方图。

[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)

返回

属性

适用于