mvpa2.mappers.fxyΒΆ

Evaluate functions on pairs of datasets

Inheritance diagram of mvpa2.mappers.fxy

Functions

borrowdoc(cls[, methodname]) Return a decorator to borrow docstring from another cls.`methodname`

Classes

Dataset(samples[, sa, fa, a]) Generic storage class for datasets with multiple attributes.
FxyMapper(fx[, train_as_1st]) Mapper to execute a callable with two datasets as arguments.
Mapper(\*\*kwargs) Basic mapper interface definition.