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