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.generators.partitionΒΆ

Inheritance diagram of mvpa2.generators.partition

Functions

coarsen_chunks(source[, nchunks]) Change chunking of the dataset

Classes

CustomPartitioner(splitrule, **kwargs) Partition a dataset using an arbitrary custom rule.
ExcludeTargetsCombinationsPartitioner(k, ...) Exclude combinations for a given partition from other partitions
HalfPartitioner([count, selection_strategy, ...]) Partition a dataset into two halves of the sample attribute.
NFoldPartitioner([cvtype]) Generic N-fold data partitioner.
NGroupPartitioner([ngroups]) Partition a dataset into N-groups of the sample attribute.
Node([space, postproc]) Common processing object.
OddEvenPartitioner([usevalues]) Create odd and even partitions based on a sample attribute.
Partitioner([count, selection_strategy, ...]) Generator node to partition a dataset.
deprecated([extra]) Decorator to mark a function or class as deprecated.

NeuroDebian

NITRC-listed