numpy.argmin

numpy.argmin(a, axis=None)

Return the indices of the minimum values along an axis.

See also

argmax
Similar function. Please refer to numpy.argmax for detailed documentation.

Previous topic

numpy.nanargmax

Next topic

numpy.nanargmin

This Page

Quick search