Partition augmentedImageDatastore according to indices
augmentedImageDatastore
auimds2 = partitionByIndex(auimds,ind)
auimds2 = partitionByIndex(auimds,ind) partitions a subset of observations in an augmented image datastore, auimds, into a new datastore, auimds2. The desired observations are specified by indices, ind.
auimds2
auimds
ind
collapse all
Augmented image datastore, specified as an augmentedImageDatastore object.
Indices of observations, specified as a vector of positive integers.
Output datastore, returned as an augmentedImageDatastore object containing a subset of files from auimds.
read | readall | readByIndex
read
readall
readByIndex