numpy.ndarray.max — NumPy v1.15 Manual (original) (raw)
ndarray. max(axis=None, out=None, keepdims=False)¶
Return the maximum along a given axis.
Refer to numpy.amax for full documentation.
See also
equivalent function
ndarray. max(axis=None, out=None, keepdims=False)¶
Return the maximum along a given axis.
Refer to numpy.amax for full documentation.
See also
equivalent function