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.collectionsΒΆ

Module with some special objects to be used as magic attributes with dedicated containers aka. Collections.

Inheritance diagram of mvpa2.base.collections

Functions

borrowdoc(cls[, methodname]) Return a decorator to borrow docstring from another cls.`methodname`
isSequenceType isSequenceType(a) – Return True if a has a sequence type, False otherwise.

Classes

ArrayCollectable([value, name, doc, length]) Collectable embedding an array.
Collectable([value, name, doc]) Collection element.
Collection([items]) Container of some Collectables.
DatasetAttribute([value, name, doc, length]) Dataset attribute
DatasetAttributesCollection([items]) Container for attributes of datasets (i.e.
FeatureAttribute([value, name, doc, length]) Per feature attribute in a dataset
FeatureAttributesCollection([items, length]) Container for attributes of features
SampleAttribute([value, name, doc, length]) Per sample attribute in a dataset
SampleAttributesCollection([items, length]) Container for attributes of samples (i.e.
SequenceCollectable([value, name, doc, length]) Collectable to handle sequences.
UniformLengthCollection([items, length]) Container for attributes with the same length.

NeuroDebian

NITRC-listed