Click or drag to resize
Accord.NET (logo)

BaseHiddenMarkovClassifierLearningTClassifier, TModelEmpirical Property

Gets or sets a value indicating whether the class priors should be estimated from the data, as in an empirical Bayes method.

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

Property Value

Type: Boolean
See Also