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
Balancer([amount, attr, count, limit, ...]) | Generator to (repeatedly) select subsets of a dataset. |
Node([space, pass_attr, postproc]) | Common processing object. |