Click or drag to resize
Accord.NET (logo)

BaseHiddenMarkovClassifierLearningTClassifier, TModelClassifier Property

Gets the classifier being trained by this instance.

Namespace:  Accord.Statistics.Models.Markov.Learning
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public TClassifier Classifier { get; }
Request Example View Source

Property Value

Type: TClassifier
The classifier being trained by this instance.
See Also