mvpa2.mappers.procrusteanΒΆ

Procrustean rotation mapper

Inheritance diagram of mvpa2.mappers.procrustean

Functions

is_datasetlike(obj) Check if an object looks like a Dataset.

Classes

EnsureChoice(\*values) Ensure an input is element of a set of possible values
Parameter(default[, constraints, ro, index, ...]) This class shall serve as a representation of a parameter.
ProcrusteanMapper([space]) Mapper to project from one space to another using Procrustean transformation (shift + scaling + rotation).
ProjectionMapper([demean]) Linear mapping between multidimensional spaces.