Click or drag to resize
Accord.NET (logo)

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

The IWeightedUnsupervisedLearning type exposes the following members.

Methods
  NameDescription
Public methodRun
Runs the learning algorithm.
Top
See Also