numpy.ndarray.argsort — NumPy v1.11 Manual (original) (raw)
ndarray.argsort(axis=-1, kind='quicksort', order=None)¶
Returns the indices that would sort this array.
Refer to numpy.argsort for full documentation.
See also
equivalent function
ndarray.argsort(axis=-1, kind='quicksort', order=None)¶
Returns the indices that would sort this array.
Refer to numpy.argsort for full documentation.
See also
equivalent function