powered by
h2o.mean(x, trim = 0, na.rm = FALSE, ...)## S3 method for class 'H2OFrame': mean(x, trim = 0, na.rm = FALSE, ...)
## S3 method for class 'H2OFrame': mean(x, trim = 0, na.rm = FALSE, ...)
x
NA
mean
localH2O <- h2o.init() prosPath <- system.file("extdata", "prostate.csv", package="h2o") prostate.hex <- h2o.uploadFile(localH2O, path = prosPath) mean(prostate.hex$AGE)
Run the code above in your browser using DataLab