NaiveBayesMulticlassModelParameters.GetFeatureHistogram Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This API is deprecated, please use GetFeatureHistogramLong() which returns _featureHistogram with type IReadOnlyList<long> to avoid overflow errors with large datasets.
Get the feature histogram.
[System.Obsolete("This API is deprecated, please use GetFeatureHistogramLong() which returns _featureHistogram with type IReadOnlyList<long> to avoid overflow errors with large datasets.", true)]
public System.Collections.Generic.IReadOnlyList<System.Collections.Generic.IReadOnlyList<int>> GetFeatureHistogram ();
public System.Collections.Generic.IReadOnlyList<System.Collections.Generic.IReadOnlyList<int>> GetFeatureHistogram ();
[<System.Obsolete("This API is deprecated, please use GetFeatureHistogramLong() which returns _featureHistogram with type IReadOnlyList<long> to avoid overflow errors with large datasets.", true)>]
member this.GetFeatureHistogram : unit -> System.Collections.Generic.IReadOnlyList<System.Collections.Generic.IReadOnlyList<int>>
member this.GetFeatureHistogram : unit -> System.Collections.Generic.IReadOnlyList<System.Collections.Generic.IReadOnlyList<int>>
Public Function GetFeatureHistogram () As IReadOnlyList(Of IReadOnlyList(Of Integer))
Returns
- Attributes