Click or drag to resize
Accord.NET (logo)

HiddenMarkovModelTDistribution Constructor (Int32, TDistribution)

Constructs a new Hidden Markov Model with arbitrary-density state probabilities.

Namespace:  Accord.Statistics.Models.Markov
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public HiddenMarkovModel(
	int states,
	TDistribution emissions
)
Request Example View Source

Parameters

states
Type: SystemInt32
The number of states for the model.
emissions
Type: TDistribution
A initial distribution to be copied to all states in the model.
See Also