mvpa2.generators.base
Repeat and filter as sequence of dataset
Classes
Repeater(count[, space]) |
Node that yields the same dataset for a certain number of repetitions. |
Sifter(includes, *args, **kwargs) |
Exclude (do not generate) provided dataset on the values of the attributes. |