arg-max ( seq -- n )


Vocabulary
sequences.extras

Inputs
seqa sequence


Outputs
nan integer


Word description
Outputs the index of the element with the largest value in seq.

See also
arg-min

Definition