shuffle - Shuffle data in datastore - MATLAB (original) (raw)
Shuffle data in datastore
Syntax
[dsrand = shuffle(ds)](#d126e275454)
Description
[dsrand](#mw%5Feeb26950-f914-42d2-a107-7f9c5a004cf0) = shuffle([ds](#mw%5F8bf1ea40-610b-4aa6-832d-bc17ae7dc791))
returns a datastore that contains a random ordering of the data from datastoreds
.
Input Arguments
Datastore, specified as a randomPatchExtractionDatastore, blockedImageDatastore, or denoisingImageDatastore.
Output Arguments
Output datastore, returned as a datastore of the same type asds that contains randomly ordered data fromds
.
Version History
Introduced in R2018b
See Also
randomPatchExtractionDatastore | blockedImageDatastore | denoisingImageDatastore