reset - Reset label datastore to initial state - MATLAB (original) (raw)
Main Content
Reset label datastore to initial state
Syntax
[reset(ds)](#d126e253137)
Description
reset([ds](#mw%5Fa75834a9-fc96-49a3-a617-1550a04eb150))
resets the label datastore specified by ds
to the state where no data has been read from it. Resetting the datastore enables you to read from it again.
Input Arguments
Datastore with labeled data for training a semantic segmentation network or an object detection network, specified as a pixelLabelDatastore or boxLabelDatastore object.
Version History
Introduced in R2017b
See Also
trainnet (Deep Learning Toolbox) | pixelLabelDatastore | boxLabelDatastore