Main Content

partitionByIndex

PartitionaugmentedImageDatastoreaccording 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 anaugmentedImageDatastoreobject.

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

Output Arguments

collapse all

Output datastore, returned as anaugmentedImageDatastoreobject containing a subset of files fromauimds.

Version History

Introduced in R2018a