Contents

MLImageClassifier.ImageAugmentationOptions

The variations that the training process can use to generate more training data from the training data you provide.

Declaration

struct ImageAugmentationOptions

Overview

Augmentation generates new images from the training data you supply to increase the amount of training data available to the model.

See Improving Your Model’s Accuracy for a discussion about when to use augmentation.

Topics

Selecting augmentation options

Creating augmentation options

See Also

Supporting types