Click or drag to resize
Accord.NET (logo)

NaiveBayesLearningBaseTModel, TDistribution, TInput, TOptionsEmpirical Property

Gets or sets whether the class priors should be estimated from the data.

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

Property Value

Type: Boolean
See Also