numpy.ndarray.argsort#

方法

ndarray.argsort(axis=-1, kind=None, order=None)#

返回可对该数组进行排序的索引。

请参阅 numpy.argsort 以获取完整文档。

另请参阅

numpy.argsort

等效函数