|
BaseHiddenMarkovClassifierTModel, TDistribution, TObservationItem 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; }
Public ReadOnly Default Property Item (
label As Integer
) As TModel
Get
Request Example
View SourceParameters
- label
- Type: SystemInt32
The class label of the model to get.
Property Value
Type:
TModelSee Also