Click or drag to resize
Accord.NET (logo)

BaseHiddenMarkovClassifierLearningTClassifier, TModel, TDistribution, TObservationAlgorithm Property

Note: This API is now obsolete.

Obsolete.

Namespace:  Accord.Statistics.Models.Markov.Learning
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use the Learner property instead.")]
public ClassifierLearningAlgorithmConfiguration Algorithm { get; set; }
Request Example View Source

Property Value

Type: ClassifierLearningAlgorithmConfiguration
See Also