Main Content

partitionByIndex

Partition augmentedImageDatastore according to indices

Description

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.

Input Arguments

collapse all

Augmented image datastore, specified as an augmentedImageDatastore object.

Indices of observations, specified as a vector of positive integers.

Output Arguments

collapse all

Output datastore, returned as an augmentedImageDatastore object containing a subset of files from auimds.

Version History

Introduced in R2018a