8.5.6.12.4. argmax

TrueArray.argmax(axis=None, out=None, *, keepdims=False)

Return indices of the maximum values along the given axis.

Refer to numpy.argmax for full documentation.

8.5.6.12.4. See Also

numpy.argmax : equivalent function