numpy.recarray.argmin

方法

recarray.argmin(axis=None, out=None)

返回沿给定轴的最小值的索引。

参照 numpy.argmin 有关详细文档。

参见

numpy.argmin

等效函数