mvpa2.featsel.base.ConditionalAttribute

Inheritance diagram of ConditionalAttribute

class mvpa2.featsel.base.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