numpy.ndarray.argsortΒΆ
method
-
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
numpy.argsort
- equivalent function
method
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
numpy.argsort