mvpa2.mappers.svdΒΆ

Singular-value decomposition

Inheritance diagram of mvpa2.mappers.svd

Functions

accepts_dataset_as_samples(fx) Decorator to extract samples from Datasets.
borrowdoc(cls[, methodname]) Return a decorator to borrow docstring from another cls.`methodname`

Classes

ElementSelector([mode]) Base class to implement functors to select some elements based on a sequence of values.
ProjectionMapper([demean]) Linear mapping between multidimensional spaces.
SVDMapper(\*\*kwargs) Mapper to project data onto SVD components estimated from some dataset.