This package provides the framework for any classifier. The base class in this package is the class AbstractClassifier
.
All classifiers divide into two regimes: Those using Models
and those using ScoringFunctions
.
As a sub-package this package also provides the classes for the assessment of classifiers.