原创 Numpy的argsort()方法

numpy.argsort(a, axis=-1, kind=None, order=None) Returns the indices that would sort an array. 返回對數組排序的索引。 Perf