mvpa2.datasets.base

PyMVPA’s common Dataset container.

Inheritance diagram of mvpa2.datasets.base

Functions

preprocessed_dataset(src, raw_loader, …[, …]) Convenience function to load and preprocess data into a dataset.

Classes

Dataset(samples[, sa, fa, a]) Generic storage class for datasets with multiple attributes.
HollowSamples([shape, sid, fid, dtype]) Samples container that doesn’t store samples.