Click or drag to resize
Accord.NET (logo)

IHiddenMarkovModelLogInitial Property

Gets the log of the initial probabilities (log(pi)) for this model.

Namespace:  Accord.Statistics.Models.Markov
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
double[] LogInitial { get; }
Request Example View Source

Property Value

Type: Double
See Also