Interface Transform

    • Method Detail

      • transform

        NDArray transform​(NDArray array)
        Applies the Transform to the given NDArray.
        Parameters:
        array - the NDArray on which the Transform is applied
        Returns:
        the output of the Transform