Interface INumpyReduceAxisFunction


  • public interface INumpyReduceAxisFunction
    An interface to provide a unified view of the operations that can be performed on a specified dimension of a NumpyArray.
    • Method Detail

      • reduceAxisValues

        Object reduceAxisValues​(Object[] valuesInAxis)
        The aggregation function that can reduce the values of a NumpyArray dimension.
        Parameters:
        valuesInAxis - The values in the axis.
        Returns:
        A single value that contains the reduction of the axis.