h2o (version 3.10.3.6)

h2o.dim: Returns the number of rows and columns for an H2OFrame object.

Description

Returns the number of rows and columns for an H2OFrame object.

Usage

h2o.dim(x)

Arguments

x
An H2OFrame object.

See Also

dim for the base R implementation.