
Last chance! 50% off unlimited learning
Sale ends in
Returns the number of rows and columns for an H2OFrame object.
# S3 method for H2OFrame
dim(x)
An H2OFrame object.
dim
for the base R method.
# NOT RUN {
h2o.init()
iris_hf <- as.h2o(iris)
dim(iris_hf)
# }
Run the code above in your browser using DataLab