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.argpartition for full documentation.

参见

numpy.argpartition

equivalent function