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.argmaxfor detailed documentation.
numpy.argmin(a, axis=None)[source]¶Return the indices of the minimum values along an axis.
See also
argmaxnumpy.argmax for detailed documentation.