Learn R Programming

h2o (version 3.6.0.8)

dim.Frame: Returns the Dimensions of an H2O Frame

Description

Returns the number of rows and columns for a Frame object.

Usage

## S3 method for class 'Frame':
dim(x)

Arguments

x
An H2O Frame object.

See Also

dim for the base R method.

Examples

Run this code
h2o.init()
iris.hex <- as.h2o(iris)
dim(iris.hex)

Run the code above in your browser using DataLab