Click or drag to resize
Accord.NET (logo)

ISupervisedMultilabelLearningTModel, TInput 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, in TInput> : ISupervisedLearning<TModel, TInput, int[]>, 
	ISupervisedLearning<TModel, TInput, bool[]>
where TModel : Object, IMultilabelClassifier<TInput>
Request Example View Source

Type Parameters

TModel
The type for the model being learned.
TInput
The type for the input data that enters the model.

The ISupervisedMultilabelLearningTModel, TInput type exposes the following members.

Properties
Methods
See Also