h2o (version 3.2.0.3)

h2o.cumsum: Cumulative Sum

Description

Obtain the cumulative sum of a column.

Usage

h2o.cumsum(x)

Arguments

x
An H2OFrame object.

Examples

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

Run the code above in your browser using DataLab