Click or drag to resize
Accord.NET (logo)

HiddenMarkovClassifierTDistribution, TObservation Constructor (Int32)

Creates a new Sequence Classifier with the given number of classes.

Namespace:  Accord.Statistics.Models.Markov
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public HiddenMarkovClassifier(
	int classes
)
Request Example View Source

Parameters

classes
Type: SystemInt32
The number of classes in the classifier.
See Also