Click or drag to resize
Accord.NET (logo)

IHybridMarkovModel Interface

Common interface for Hybrid Hidden Markov Models.

Namespace:  Accord.Statistics.Models.Markov.Hybrid
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public interface IHybridMarkovModel
Request Example View Source

The IHybridMarkovModel type exposes the following members.

Properties
  NameDescription
Public propertyDimension
Gets the expected number of dimensions in each observation.
Public propertyStates
Gets the number of states of this model.
Public propertyTag
Gets or sets a user-defined tag.
Top
Methods
  NameDescription
Public methodDecode
Calculates the most likely sequence of hidden states that produced the given observation sequence.
Public methodEvaluate
Calculates the probability that this model has generated the given sequence.
Top
See Also