dataset_take {tfdatasets} | R Documentation |
Creates a dataset with at most count elements from this dataset
Description
Creates a dataset with at most count elements from this dataset
Usage
dataset_take(dataset, count)
Arguments
dataset |
A dataset |
count |
Integer representing the number of elements of this dataset that
should be taken to form the new dataset. If |
Value
A dataset
See Also
Other dataset methods:
dataset_batch()
,
dataset_cache()
,
dataset_collect()
,
dataset_concatenate()
,
dataset_decode_delim()
,
dataset_filter()
,
dataset_interleave()
,
dataset_map()
,
dataset_map_and_batch()
,
dataset_padded_batch()
,
dataset_prefetch()
,
dataset_prefetch_to_device()
,
dataset_reduce()
,
dataset_repeat()
,
dataset_shuffle()
,
dataset_shuffle_and_repeat()
,
dataset_skip()
,
dataset_take_while()
,
dataset_window()
[Package tfdatasets version 2.17.0 Index]