IUnsupervisedLearningT Interface |
Note: This API is now obsolete.
Namespace: Accord.Statistics.Models.Markov.Learning
[ObsoleteAttribute("Please use Accord.MachineLearning.IUnsupervisedLearning instead.")] public interface IUnsupervisedLearning<T> : IUnsupervisedLearning
Name | Description | |
---|---|---|
Run(Array) |
Runs the learning algorithm.
(Inherited from IUnsupervisedLearning.) | |
Run(T) |
Runs the learning algorithm.
|
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.