Table of Contents

Enum AugmentationOrder

Namespace
AiDotNet.Augmentation
Assembly
AiDotNet.dll

Specifies how multiple augmentations are applied in a pipeline.

public enum AugmentationOrder

Fields

OneOf = 2

Apply only one randomly selected augmentation.

Random = 1

Randomly shuffle the order of augmentations each time.

Sequential = 0

Apply augmentations in the order they were added.