powered by
h2o.dim(x)## S3 method for class 'H2OFrame': dim(x)
## S3 method for class 'H2OFrame': dim(x)
dim
localH2O <- h2o.init() irisPath <- system.file("extdata", "iris.csv", package="h2o") iris.hex <- h2o.uploadFile(localH2O, path = irisPath) dim(iris.hex)
Run the code above in your browser using DataLab