8.5.6.12.6. argpartition¶
- TrueArray.argpartition(kth, axis=-1, kind='introselect', order=None)
Returns the indices that would partition this array.
Refer to numpy.argpartition for full documentation.
8.5.6.12.6. See Also¶
numpy.argpartition : equivalent function