mvpa2.mappers.shapeΒΆ

Basic dataset shape modifications.

Inheritance diagram of mvpa2.mappers.shape

Classes

AddAxisMapper(pos, \*\*kwargs) Add an axis to a dataset at an arbitrary position.
Dataset(samples[, sa, fa, a]) Generic storage class for datasets with multiple attributes.
Mapper(\*\*kwargs) Basic mapper interface definition.
TransposeMapper(\*\*kwargs) Swap sample and feature axes.