Click or drag to resize
Accord.NET (logo)

IMultilabelScoreClassifierBaseTInput, TClasses Interface

Common interface for score-based multi-label classifiers. A multi-label classifier can predict the occurrence of multiple class labels at once based on a decision score (a real number) computed for each class.

Namespace:  Accord.MachineLearning
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public interface IMultilabelScoreClassifierBase<in TInput, TClasses>

Type Parameters

TInput
The data type for the input data. Default is double[].
TClasses
The data type for the class labels. Default is int[].
Methods
See Also