mvpa2.generators.resamplingΒΆ
Dataset content resampling (e.g. balance number of samples per condition)
Functions
get_limit_filter(limit, collection) |
Create a filter array from a limit definition. |
get_nelements_per_value(data) |
Returns the number of elements per unique value of some sequence. |
get_rng([r]) |
Return instantiated numpy.random.RandomState given r. |
Classes
ApplySelection([space]) |
Applies a selection to a dataset |
Balancer([amount, attr, count, limit, ...]) |
Generator to (repeatedly) select subsets of a dataset. |
LogExclusions(fname[, append, space]) |
Log excluded entries |
Node([space, pass_attr, postproc]) |
Common processing object. |



