![]() |
Multivariate Pattern Analysis in Python |
Collection of classifiers to ease the exploration.
The comprehensive API documentation for this module, including all technical details, is available in the Epydoc-generated API reference for mvpa.clfs.warehouse (for developers).
Bases: object
Class to keep known instantiated classifiers
Should provide easy ways to select classifiers of needed kind: clfs[‘linear’, ‘svm’] should return all linear SVMs clfs[‘linear’, ‘multiclass’] should return all linear classifiers capable of doing multiclass classification
Initialize warehouse
Parameters: |
|
---|
See also
Derived classes might provide additional methods via their base classes. Please refer to the list of base classes (if it exists) at the begining of the Warehouse documentation.
Full API documentation of Warehouse in module mvpa.clfs.warehouse.