numpy.matrix.argsort#

方法

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

傳回可對此陣列排序的索引。

請參閱 numpy.argsort 以取得完整文件。

參見

numpy.argsort

等效函數