Package ai.djl.modality.cv.transform
Class RandomFlipTopBottom
- java.lang.Object
-
- ai.djl.modality.cv.transform.RandomFlipTopBottom
-
-
Constructor Summary
Constructors Constructor Description RandomFlipTopBottom()Creates a new instance ofRandomFlipTopBottom.RandomFlipTopBottom(int seed)Creates a new instance ofRandomFlipTopBottomwith the given seed.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NDArraytransform(NDArray array)Applies theTransformto the givenNDArray.
-