This content refers to an unreleased development version of PyMVPA
To provide the most recent news and documentation www.pymvpa.org reflects the development 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.

mvpa.base.datasetΒΆ

Multi-purpose dataset container with support for attributes.

Inheritance diagram of mvpa.base.dataset

Functions

datasetmethod(func) Decorator to easily bind functions to an AttrDataset class
hstack(datasets) Stacks datasets horizontally (appending features).
is_datasetlike(obj) Check if an object looks like a Dataset.
save(dataset, destination[, name, compression]) Save Dataset into HDF5 file
vstack(datasets) Stacks datasets vertically (appending samples).

Classes

AttrDataset(samples[, sa, fa, a]) Generic storage class for datasets with multiple attributes.
DAE Helper to extract arbitrary attributes from dataset collections.
DatasetAttributeExtractor(col, key) Helper to extract arbitrary attributes from dataset collections.
DatasetAttributesCollection([items]) Container for attributes of datasets (i.e.
FeatureAttributesCollection([items, length]) Container for attributes of features
SampleAttributesCollection([items, length]) Container for attributes of samples (i.e.

Exceptions

AttrDataset(samples[, sa, fa, a]) Generic storage class for datasets with multiple attributes.
DAE Helper to extract arbitrary attributes from dataset collections.
DatasetAttributeExtractor(col, key) Helper to extract arbitrary attributes from dataset collections.
DatasetAttributesCollection([items]) Container for attributes of datasets (i.e.
FeatureAttributesCollection([items, length]) Container for attributes of features
SampleAttributesCollection([items, length]) Container for attributes of samples (i.e.

NeuroDebian

NITRC-listed