![]() |
Multivariate Pattern Analysis in Python |
Data mapper
The comprehensive API documentation for this module, including all technical details, is available in the Epydoc-generated API reference for mvpa.mappers.samplegroup (for developers).
Bases: mvpa.mappers.base.Mapper
Mapper to apply a mapping function to samples of the same type.
A customimzable function is applied individually to all samples with the same unique label from the same chunk. This mapper is somewhat unconventional since it doesn’t preserve number of samples (ie the size of 0-th dimension...)
Initialize the PCAMapper
See also
Derived classes might provide additional methods via their base classes. Please refer to the list of base classes (if it exists) at the begining of the SampleGroupMapper documentation.
Full API documentation of SampleGroupMapper in module mvpa.mappers.samplegroup.