Package mvpa :: Package clfs :: Module warehouse :: Class Warehouse
[hide private]
[frames] | no frames]

Class Warehouse

source code


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
 

Instance Methods [hide private]
 
__init__(self, known_tags=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__getitem__(self, *args) source code
 
__iadd__(self, item) source code
 
internals(self) source code
 
listing(self) source code
 
items(self) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, known_tags=None)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

internals(self)

source code 
Decorators:
  • @property

items(self)

source code 
Decorators:
  • @property