Click or drag to resize
Accord.NET (logo)

HiddenMarkovModelTDistribution, TObservationAlgorithm Property

Gets or sets the algorithm that should be used to compute solutions to this model's LogLikelihood(T[] input) evaluation, Decide(T[] input) decoding and LogLikelihoods(T[] input) posterior problems.

Namespace:  Accord.Statistics.Models.Markov
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public HiddenMarkovModelAlgorithm Algorithm { get; set; }
Request Example View Source

Property Value

Type: HiddenMarkovModelAlgorithm
See Also