See: Description
Interface | Description |
---|---|
MulticlassClassifier<T> |
Interface for multiclass classifiers.
|
Class | Description |
---|---|
MulticlassSDCA<T> | |
OneAgainstAll<T> |
Multiclass classifier with N times One against All scheme.
|
Provides basic class for multiclass classifiers.
Classes in this package should be independent of the underlying classification algorithm, meaning you could use any of the Classifiers available in the classifier package