The argmax function#
Aliases#
halerium.core.argmax
halerium.core.math.argmax
- argmax(operand, axis=- 1)#
Argmax of elements along specified axis.
- Parameters:
operand – The operand to apply argmax.
axis (None, int) – The axis along which to apply argmax.
- Returns:
operator – The halerium Operator representing the operation.
- Return type: