Enum AugmentationOrder
- Namespace
- AiDotNet.Augmentation
- Assembly
- AiDotNet.dll
Specifies how multiple augmentations are applied in a pipeline.
public enum AugmentationOrder
Fields
OneOf = 2Apply only one randomly selected augmentation.
Random = 1Randomly shuffle the order of augmentations each time.
Sequential = 0Apply augmentations in the order they were added.