R/frame.R
h2o.which_min.Rd
Get the index of the min value in a column or row
h2o.which_min(x, na.rm = TRUE, axis = 0)
An H2OFrame object.
logical. Indicate whether missing values should be removed.
logical
integer. Indicate whether to calculate the mean down a column (0) or across a row (1).
integer
Returns an H2OFrame object.
which.min for the base R method.
which.min