Returns the maxima of the input values.

h2o.max(x, na.rm = FALSE)

Arguments

x

An H2OFrame object.

na.rm

logical. indicating whether missing values should be removed.

See also

max for the base R implementation.