To provide the most recent news and documentation www.pymvpa.org reflects the development 2.0 series (renamed 0.6 series) of PyMVPA. If you are interested in the documentation of the previous stable 0.4 series of PyMVPA, please visit v04.pymvpa.org.

mvpa2.mappers.mdp_adaptorΒΆ

MDP interface module.

This module provides to mapper that allow embedding MDP nodes, or flows into PyMVPA.

Inheritance diagram of mvpa2.mappers.mdp_adaptor

Functions

accepts_dataset_as_samples(fx) Decorator to extract samples from Datasets.
is_in_volume(coord, shape) For given coord check if it is within a specified volume size.

Classes

DatasetAttributeExtractor(col, key) Helper to extract arbitrary attributes from dataset collections.
ICAMapper([alg, nodeargs]) Convenience wrapper to perform ICA using MDP nodes.
MDPFlowMapper(flow[, node_arguments]) Mapper encapsulating an arbitray MDP flow.
MDPNodeMapper(node[, nodeargs]) Mapper encapsulating an arbitray MDP node.
Mapper(**kwargs) Basic mapper interface definition.
PCAMapper([alg, nodeargs]) Convenience wrapper to perform PCA using MDP’s Mapper

NeuroDebian

NITRC-listed