Click or drag to resize
Accord.NET (logo)

HybridMarkovClassifier Constructor

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

Namespace:  Accord.Statistics.Models.Markov.Hybrid
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public HybridMarkovClassifier(
	IEnumerable<IHybridMarkovModel> models
)
Request Example View Source

Parameters

models
Type: System.Collections.GenericIEnumerableIHybridMarkovModel
The models specializing in each of the classes of the classification problem.
See Also