|
IHiddenMarkovModelLogTransitions Property
|
Gets the log of the transition matrix (log(A)) for this model.
Namespace:
Accord.Statistics.Models.Markov
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax double[][] LogTransitions { get; }
ReadOnly Property LogTransitions As Double()()
Get
Request Example
View SourceProperty Value
Type:
DoubleSee Also