Learn R Programming

h2o (version 3.8.3.3)

Ops.H2OFrame: S3 Group Generic Functions for H2O

Description

Methods for group generic functions and H2O objects.

Usage

"Ops"(e1, e2)
"Math"(x, ...)
"Math"(x, ...)
"Math"(x, ...)
"Summary"(x, ..., na.rm)
"!"(x)
"is.na"(x)
"t"(x)
log(x, ...)
log10(x)
log2(x)
log1p(x)
trunc(x, ...)
x %*% y
nrow.H2OFrame(x)
ncol.H2OFrame(x)
"length"(x)
h2o.length(x)
"names"(x) <- value
colnames(x) <- value

Arguments

e1
object
e2
object
x
object
...
Further arguments passed to or from other methods.
na.rm
logical. whether or not missing values should be removed
y
object
value
To be assigned