numpy.ndarray.max#

method

ndarray.max(axis=None,out=None,keepdims=False,initial=<novalue>,where=True)#

Return the maximum along a given axis.

Refer tonumpy.amax for full documentation.

See also

numpy.amax

equivalent function

On this page