|
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; }
Public Property Empirical As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
BooleanSee Also