mvpa2.base.state.ParameterCollection

Inheritance diagram of ParameterCollection

class mvpa2.base.state.ParameterCollection(items=None, name=None)

Container of Parameters for a stateful object.

Initialize the Collection

Parameters :

items : dict of IndexedCollectable’s

items to initialize with

name : str

name of the collection (as seen in the owner, e.g. ‘ca’)

reset_value(key, missingok=False)

Reset all parameters to default values

NeuroDebian

NITRC-listed