mvpa2.generators.baseΒΆ

Repeat and filter as sequence of dataset

Inheritance diagram of mvpa2.generators.base

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.