Contents

noise

An option for augmenting training data by adding random amounts of noise to each image.

Declaration

static let noise: MLImageClassifier.ImageAugmentationOptions

Discussion

Use this option to tell the image classifier to augment your training data set by adding noise to the original images.

[Image]

The classifier creates four new images with random amounts of noise for each original.

See Also

Selecting augmentation options