Click or drag to resize
Accord.NET (logo)

IMulticlassScoreClassifierBaseTInput, TClasses Interface

Common interface for score-based multi-class classifiers. A multi-class classifier can predict to which class an instance belongs based on a decision score (a real number) that measures the association of the input with each class.

Namespace:  Accord.MachineLearning
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public interface IMulticlassScoreClassifierBase<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