Expand description
Transformations to be used with datasets.
Structs§
- Compose multiple datasets together to create a bigger one.
- Dataset mapping each element in an inner dataset to another element type lazily.
- Only use a fraction of an existing dataset lazily.
- Sample items from a dataset.
- Shuffled a dataset, consider using sampler dataset is you want a probability distribution that is computed lazily.
- Dataset designed to work with overlapping windows of data.
- Overlapping windows iterator.
Traits§
- Basic mapper trait to be used with the mapper dataset.
- Functionality to create a window.
- Functionality to create a
WindowsIterator
.