Interface INumpyReduceAxisFunction
-
public interface INumpyReduceAxisFunctionAn interface to provide a unified view of the operations that can be performed on a specified dimension of a NumpyArray.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectreduceAxisValues(Object[] valuesInAxis)The aggregation function that can reduce the values of a NumpyArray dimension.
-