h2o (version 3.2.0.3)

h2o.cummax: Cumulative Max

Description

Obtain the cumulative max of a column.

Usage

h2o.cummax(x)

Arguments

x
An H2OFrame object.

Examples

Run this code
localH2O <- h2o.init()
fr <- as.h2o(iris)
h2o.cummax(fr[,1])

Run the code above in your browser using DataLab