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.featsel.helpers.ConditionalAttribute

Inheritance diagram of ConditionalAttribute

class mvpa2.featsel.helpers.ConditionalAttribute(enabled=True, *args, **kwargs)

Simple container intended to conditionally store the value

Parameters :

enabled : bool

If a ConditionalAttribute is not enabled then assignment of any value has no effect, i.e. nothing is stored.

**kwargs :

Passed to IndexedCollectable

enabled
reset()

Simply detach the value, and reset the flag

NeuroDebian

NITRC-listed