R/frame.R
h2o.ceiling.Rdceiling takes a single numeric argument x and returns a numeric vector containing the smallest integers not less than the corresponding elements of x.
h2o.ceiling(x)
| x | An H2OFrame object. |
|---|
ceiling for the base R implementation.