numpy.memmap.argpartition#
method
- memmap.argpartition(kth, axis=-1, kind='introselect', order=None)#
Returns the indices that would partition this array.
Refer to
numpy.argpartitionfor full documentation.参见
numpy.argpartitionequivalent function
method
Returns the indices that would partition this array.
Refer to numpy.argpartition for full documentation.
参见
numpy.argpartitionequivalent function