Click or drag to resize
Accord.NET (logo)

IUnsupervisedLearning Interface

Unsupervised learning interface.

Namespace:  Accord.Neuro.Learning
Assembly:  Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax
public interface IUnsupervisedLearning
Request Example View Source

The IUnsupervisedLearning type exposes the following members.

Methods
  NameDescription
Public methodRun
Runs learning iteration.
Public methodRunEpoch
Runs learning epoch.
Top
Remarks

The interface describes methods, which should be implemented by all unsupervised learning algorithms. Unsupervised learning is such type of learning algorithms, where system's desired output is not known on the learning stage. Given sample input values, it is expected, that system will organize itself in the way to find similarities betweed provided samples.

See Also