h2o.which_min: Which index contains the min value?
Description
Get the index of the min value in a column or row
Usage
h2o.which_min(x, na.rm = TRUE, axis = 0)
Arguments
na.rm
logical
. Indicate whether missing values should be removed.
axis
integer
. Indicate whether to calculate the mean down a column (0) or across a row (1).
Value
Returns an H2OFrame object.