Click or drag to resize
Accord.NET (logo)

BaseHiddenMarkovClassifierTModelItem Property

Gets the Hidden Markov Model implementation responsible for recognizing each of the classes given the desired class label.

Namespace:  Accord.Statistics.Models.Markov
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public TModel this[
	int label
] { get; }
Request Example View Source

Parameters

label
Type: SystemInt32
The class label of the model to get.

Property Value

Type: TModel
See Also