h2o (version 3.20.0.8)

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.