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(**kwargs[, alg, nodeargs]) Convenience wrapper to perform ICA using MDP nodes.
MDPFlowMapper(flow, **kwargs[, node_arguments]) Mapper encapsulating an arbitray MDP flow.
MDPNodeMapper(node, **kwargs[, nodeargs]) Mapper encapsulating an arbitray MDP node.
Mapper(**kwargs) Basic mapper interface definition.
PCAMapper(**kwargs[, alg, nodeargs]) Convenience wrapper to perform PCA using MDP’s Mapper

NeuroDebian

NITRC-listed