dask.array.Array.argtopk¶
- Array.argtopk(k, axis=-1, split_every=None)[source]¶
The indices of the top k elements of an array.
Refer to
dask.array.argtopk()
for full documentation.See also
dask.array.argtopk
equivalent function
The indices of the top k elements of an array.
Refer to dask.array.argtopk()
for full documentation.
See also
dask.array.argtopk
equivalent function