Click or drag to resize
Accord.NET (logo)

ISupervisedMultilabelLearningTModel Interface

Common interface for supervised learning algorithms for multi-label classifiers.

Namespace:  Accord.MachineLearning
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public interface ISupervisedMultilabelLearning<out TModel> : ISupervisedMultilabelLearning<TModel, int[]>, 
	ISupervisedLearning<TModel, int[], int[]>, ISupervisedLearning<TModel, int[], bool[]>, 
	ISupervisedMultilabelLearning<TModel, float[]>, ISupervisedLearning<TModel, float[], int[]>, 
	ISupervisedLearning<TModel, float[], bool[]>, ISupervisedMultilabelLearning<TModel, double[]>, 
	ISupervisedLearning<TModel, double[], int[]>, ISupervisedLearning<TModel, double[], bool[]>
where TModel : IMultilabelClassifier
Request Example View Source

Type Parameters

TModel
The type for the model being learned.

The ISupervisedMultilabelLearningTModel type exposes the following members.

Properties
Methods
See Also