h2o (version 3.28.0.2)

h2o.cummax: Return the cumulative max over a column or across a row

Description

Return the cumulative max over a column or across a row

Usage

h2o.cummax(x, axis = 0)

Arguments

x

An H2OFrame object.

axis

An int that indicates whether to do down a column (0) or across a row (1).

See Also

cummax for the base R implementation.