Click or drag to resize
Accord.NET (logo)

BaseHiddenMarkovClassifierLearningTClassifier, TModelAlgorithm Property

Gets or sets the configuration function specifying which training algorithm should be used for each of the models in the hidden Markov model set.

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

Property Value

Type: ClassifierLearningAlgorithmConfiguration
See Also