numpy.ndarray.argpartition#
method
- ndarray.argpartition(kth, axis=-1, kind='introselect', order=None)#
- Returns the indices that would partition this array. - Refer to - numpy.argpartitionfor full documentation.- See also - numpy.argpartition
- equivalent function