zip_datasets {tfdatasets} | R Documentation |
Creates a dataset by zipping together the given datasets.
Description
Merges datasets together into pairs or tuples that contain an element from each dataset.
Usage
zip_datasets(...)
Arguments
... |
Datasets to zip (or a single argument with a list or list of lists of datasets). |
Value
A dataset
[Package tfdatasets version 2.17.0 Index]