dim.H2OFrame function

Returns the Dimensions of an H2OFrame

Returns the Dimensions of an H2OFrame

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

## S3 method for class 'H2OFrame' dim(x)

Arguments

  • x: An H2OFrame object.

Examples

## Not run: library(h2o) h2o.init() iris_hf <- as.h2o(iris) dim(iris_hf) ## End(Not run)

See Also

dim for the base R method.

  • Maintainer: Tomas Fryda
  • License: Apache License (== 2.0)
  • Last published: 2024-01-11