Contents

ApplyRandomly

Randomly applies the transformer with the given probability.

Declaration

struct ApplyRandomly<RandomTransformer> where RandomTransformer : RandomTransformer, RandomTransformer.Input == RandomTransformer.Output

Topics

Creating an augmentation

Getting the probability

Applying transformers

See Also

Augmentations