IUnsupervisedLearning Interface |
Note: This API is now obsolete.
Namespace: Accord.Statistics.Models.Markov.Learning
The IUnsupervisedLearning type exposes the following members.
In the context of hidden Markov models, unsupervised algorithms are algorithms which consider that the sequence of states in a system is hidden, and just the system's outputs can be seen (or are known) during training. This is in contrast with supervised learning algorithms such as the Maximum Likelihood (MLE), which consider that both the sequence of observations and the sequence of states are observable during training.