public interface Transform
A transform can be any function that modifies the input. Some examples of transform are crop and resize.
| Modifier and Type | Method and Description |
|---|---|
NDArray |
transform(NDArray array)
Applies the
Transform to the given NDArray. |