See: Description
| Interface | Description |
|---|---|
| AbstractClassifier |
Interface that defines what operations a Classifier must fulfill
|
| Class | Description |
|---|---|
| BaseClassifier |
Base class for all classification models.
|
| CumulantExpansionClassifier |
Predict whether instance of a prototype structure will be a member of one of
several mutually-exclusive classes.
|
| ScikitLearnClassifier |
Uses Scikit-learn to train a classification model.
|
| SplitClassifier |
Model that uses several other models to model different parts of a dataset.
|
| WekaClassifier |
Classifier that uses algorithms from Weka.
|