|
IHiddenMarkovModelTransitions Property
|
Note: This API is now obsolete.
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 [ObsoleteAttribute("Please use the LogTransitions property instead.")]
double[,] Transitions { get; }
<ObsoleteAttribute("Please use the LogTransitions property instead.")>
ReadOnly Property Transitions As Double(,)
Get
Request Example
View SourceProperty Value
Type:
DoubleSee Also