Click or drag to resize
Accord.NET (logo)

BaseBaumWelchLearningUpdateEmissions 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 abstract 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