NaiveBayesMulticlassModelParameters.GetLabelHistogram メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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)
戻り値
- 属性