Click or drag to resize
Accord.NET (logo)

HybridMarkovModelFunction Property

Gets the Markov function, which takes the previous state, the next state and a observation and produces a probability value.

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

Property Value

Type: GeneralMarkovFunction
See Also