Click or drag to resize
Accord.NET (logo)

HybridMarkovModel Constructor

Initializes a new instance of the HybridMarkovModel class.

Namespace:  Accord.Statistics.Models.Markov.Hybrid
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public HybridMarkovModel(
	GeneralMarkovFunction function,
	int states,
	int dimension
)
Request Example View Source

Parameters

function
Type: Accord.Statistics.Models.Markov.HybridGeneralMarkovFunction
A function specifying a probability for a transition-emission pair.
states
Type: SystemInt32
The number of states in the model.
dimension
Type: SystemInt32
The number of dimensions in the model.
See Also