Click or drag to resize
Accord.NET (logo)

NaiveBayesLearningBaseTModel, TDistribution, TInput, TOptionsOptions Property

Gets or sets the fitting options to use when estimating the class-specific distributions.

Namespace:  Accord.MachineLearning.Bayes
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public TOptions Options { get; set; }
Request Example View Source

Property Value

Type: TOptions
See Also