applied(to:)
Applies an augmentation per input of the base sequence.
Declaration
func applied<S, Annotation>(to base: S) -> AugmentationSequence<S, RandomTransformer, RandomNumberGenerator, Annotation> where S : Sequence, Annotation : Equatable, S.Element == AnnotatedFeature<RandomTransformer.Input, Annotation>Parameters
- base:
A sequence of elements to augment.
Mentioned in
Return Value
A sequence of augmented elements having the same number of elements as the input sequence.