Generators for dataset resampling.
Classes
FeatureAttributesCollection([items, length]) | Container for attributes of features |
Node(**kwargs[, space, postproc]) | Common processing object. |
Repeater(count, **kwargs[, space]) | Node that yields the same dataset for a certain number of repetitions. |
SampleAttributesCollection([items, length]) | Container for attributes of samples (i.e. |
Sifter(includes, *args, **kwargs) | Exclude (do not generate) provided dataset on the values of the attributes. |