NaiveBayesMulticlassModelParameters Class
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.
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
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>) |