numpy.ma.masked_array.argpartition#
method
- ma.masked_array.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