To provide the most recent news and documentation www.pymvpa.org reflects the development 2.0 series (renamed 0.6 series) of PyMVPA. If you are interested in the documentation of the previous stable 0.4 series of PyMVPA, please visit v04.pymvpa.org.

mvpa2.base.state.IndexedCollectable

Inheritance diagram of IndexedCollectable

class mvpa2.base.state.IndexedCollectable(index=None, *args, **kwargs)

Collectable with position information specified with index

Derived classes will have specific semantics:

  • ConditionalAttribute: conditional storage
  • Parameter: attribute with validity ranges.

IndexedAttributes instances are to be automagically grouped into corresponding collections for each class by StateCollector metaclass, i.e. it would be done on a class creation (i.e. not per each instance). Upon instance creation those collection templates will be copied for the instance.

Parameters :

value : arbitrary (see derived implementations)

The actual value of this attribute.

**kwargs :

Passed to Collectable

is_set
reset()

Simply reset the flag

NeuroDebian

NITRC-listed