Click or drag to resize
Accord.NET (logo)

ViterbiLearningTDistribution, TObservationUseLaplaceRule Property

Gets or sets whether to use Laplace's rule of succession to avoid zero probabilities.

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

Property Value

Type: Boolean
Remarks
When this property is set, it will only affect the estimation of the transition and initial state probabilities. To control the estimation of the emission probabilities, please use the corresponding FittingOptions property.
See Also