NaiveBayesMulticlassModelParameters Class

Definition

Model parameters for NaiveBayesMulticlassTrainer.

public sealed class NaiveBayesMulticlassModelParameters : Microsoft.ML.Trainers.ModelParametersBase<Microsoft.ML.Data.VBuffer<float>>
type NaiveBayesMulticlassModelParameters = class
    inherit ModelParametersBase<VBuffer<single>>
Public NotInheritable Class NaiveBayesMulticlassModelParameters
Inherits ModelParametersBase(Of VBuffer(Of Single))
Inheritance
NaiveBayesMulticlassModelParameters

Methods

GetFeatureHistogram()
Obsolete.

Get the feature histogram.

GetFeatureHistogramLong()

Get the feature histogram with generic type long.

GetLabelHistogram()
Obsolete.

Get the label histogram.

GetLabelHistogramLong()

Get the label histogram with generic type long.

Explicit Interface Implementations

ICanSaveModel.Save(ModelSaveContext) (Inherited from ModelParametersBase<TOutput>)

Applies to