NumPy v1.11手动
索引
numpy.memmap.max
¶
memmap.
max
(
axis=None
,
out=None
)
¶
沿给定轴返回最大值。
有关完整文档,请参阅
numpy.amax
。
也可以看看
numpy.amax
等效函数