Click or drag to resize
Accord.NET (logo)

BaseHiddenMarkovClassifierTModel, TDistribution, TObservationModels Property

Gets the collection of models specialized in each class of the sequence classification problem.

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

Property Value

Type: TModel
See Also