This is documentation for an old release of NumPy (version 1.8.0). Read this page in the documentation of the latest stable release (version > 1.17).
numpy.argmin¶
- numpy.argmin(a, axis=None)[source]¶
Return the indices of the minimum values along an axis.
See also
- argmax
- Similar function. Please refer to numpy.argmax for detailed documentation.