Click or drag to resize
Accord.NET (logo)

HiddenMarkovModelTDistribution Constructor (ITopology, 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(
	ITopology topology,
	TDistribution emissions
)
Request Example View Source

Parameters

topology
Type: Accord.Statistics.Models.Markov.TopologyITopology
A Accord.Statistics.Models.Markov.Topology object specifying the initial values of the matrix of transition probabilities A and initial state probabilities pi to be used by this model.
emissions
Type: TDistribution
The initial emission probability distribution to be used by each of the states. This initial probability distribution will be cloned across all states.
See Also