mvpa2.clfs.smlr.ConditionalAttribute¶
- 
class 
mvpa2.clfs.smlr.ConditionalAttribute(enabled=True, *args, **kwargs)¶ Simple container intended to conditionally store the value
Attributes
enabledis_setnamevalueMethods
reset()Simply detach the value, and reset the flag 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
IndexedCollectableAttributes
enabledis_setnamevalueMethods
reset()Simply detach the value, and reset the flag - 
enabled¶ 
- 
reset()¶ Simply detach the value, and reset the flag
- 
 

  

