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