h2o (version 3.10.3.6)

h2o.max: Returns the maxima of the input values.

Description

Returns the maxima of the input values.

Usage

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.