numpy.amax#

numpy.amax(a, axis=None, out=None, keepdims=<no value>, initial=<no value>, where=<no value>)[source]#

Return the maximum of an array or maximum along an axis.

amax is an alias of max.

See also

max

alias of this function

ndarray.max

equivalent method

Morty Proxy This is a proxified and sanitized view of the page, visit original site.