Click or drag to resize
Accord.NET (logo)

BaseBaumWelchLearningTModel, TDistribution, TObservation, TOptionsUpdateEmissions Method

Updates the emission probability matrix.

Namespace:  Accord.Statistics.Models.Markov.Learning
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
protected void UpdateEmissions()
Request Example View Source
Remarks
Implementations of this method should use the observations in the training data and the Gamma probability matrix to update the probability distributions of symbol emissions.
See Also