ISupervisedLearning Interface |
Note: This API is now obsolete.
Namespace: Accord.Statistics.Models.Markov.Learning
The ISupervisedLearning type exposes the following members.
In the context of hidden Markov models, supervised algorithms are algorithms which consider that both the sequence of observations and the sequence of states are visible (or known) during training. This is in contrast with unsupervised learning algorithms such as the Baum-Welch, which consider that the sequence of states is hidden.