mvpa2.algorithms.searchlight_hyperalignment.ClassWithCollections

Inheritance diagram of ClassWithCollections
class mvpa2.algorithms.searchlight_hyperalignment.ClassWithCollections(descr=None, **kwargs)

Base class for objects which contain any known collection

Classes inherited from this class gain ability to access collections and their items as simple attributes. Access to collection items “internals” is done via <collection_name> attribute and interface of a corresponding Collection.

Attributes

descr Description of the object if any

Methods

reset()

Initialize ClassWithCollections object

Parameters:

descr : str

Description of the instance

Attributes

descr Description of the object if any

Methods

reset()
descr

Description of the object if any

reset()