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 TrainableStatisticalModel
s and those using DifferentiableStatisticalModel
s.
As a sub-package this package also provides the classes for the assessment of classifiers.