apply!
function
defined in module
DataAugmentation
apply!(buffer::I, tfm, item::I)
Applies
tfm
to
item
, mutating the preallocated
buffer
.
buffer
can be obtained with
buffer = makebuffer(tfm, item)
apply!(buffer, tfm::Transform, item::I; randstate) = apply(tfm, item; randstate)
Default to
apply(tfm, item)
(non-mutating version).
There are
15
methods for DataAugmentation.apply!
:
The following pages link back here:
DataAugmentation.jl , buffered.jl , colortransforms.jl , items/arrayitem.jl , oneof.jl , preprocessing.jl , projective/affine.jl , projective/base.jl , sequence.jl , testing.jl