-
ndarray.max(axis=None, out=None)
-
Return the maximum along a given axis.
Refer to
numpy.amax
for full documentation.See also
-
numpy.amax
- equivalent function
-
ndarray.max()
2017-01-10 18:11:45
ndarray.max(axis=None, out=None)
Return the maximum along a given axis.
Refer to numpy.amax
for full documentation.
See also
numpy.amax
Please login to continue.