|
HiddenMarkovModelLogEmissions Property
|
Gets the log-emission matrix log(B) for this model.
Namespace:
Accord.Statistics.Models.Markov
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public double[][] LogEmissions { get; }
Public ReadOnly Property LogEmissions As Double()()
Get
Request Example
View SourceProperty Value
Type:
DoubleSee Also