Shuffle data in datastore
dsrand = shuffle(ds)
dsrand = shuffle(ds) returns a datastore that contains a random ordering of the data from datastore ds.
dsrand
ds
collapse all
randomPatchExtractionDatastore
bigimageDatastore
denoisingImageDatastore
Datastore, specified as a randomPatchExtractionDatastore, bigimageDatastore, or denoisingImageDatastore.
Output datastore, returned as a datastore of the same type as ds that contains randomly ordered data from ds.
bigimageDatastore | denoisingImageDatastore | randomPatchExtractionDatastore