dask.array.Array.argmin
dask.array.Array.argmin¶
- Array.argmin(axis=None, out=None)[source]¶
This docstring was copied from numpy.ndarray.argmin.
Some inconsistencies with the Dask version may exist.
Return indices of the minimum values along the given axis.
Refer to numpy.argmin for detailed documentation.
See also
numpy.argmin
equivalent function