|
IWeightedUnsupervisedLearning Interface
|
Note: This API is now obsolete.
Common interface for unsupervised learning algorithms for hidden
Markov models which support for weighted training samples.
Namespace:
Accord.Statistics.Models.Markov.Learning
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax [ObsoleteAttribute("Please use Accord.MachineLearning.IUnsupervisedLearning instead.")]
public interface IWeightedUnsupervisedLearning
<ObsoleteAttribute("Please use Accord.MachineLearning.IUnsupervisedLearning instead.")>
Public Interface IWeightedUnsupervisedLearning
The IWeightedUnsupervisedLearning type exposes the following members.
Methods
| Name | Description |
---|
| Run |
Runs the learning algorithm.
|
TopSee Also