R/frame.R
Get the index of the max value in a column or row
h2o.which_max(x, na.rm = TRUE, axis = 0) which.max.H2OFrame(x, na.rm = TRUE, axis = 0) which.min.H2OFrame(x, na.rm = TRUE, axis = 0)
x | An H2OFrame object. |
---|---|
na.rm |
|
axis |
|
Returns an H2OFrame object.
which.max
for the base R method.