powered by
h2o.median(x, na.rm = TRUE)## S3 method for class 'H2OFrame': median(x, na.rm = TRUE)
## S3 method for class 'H2OFrame': median(x, na.rm = TRUE)
h2o.init() prosPath <- system.file("extdata", "prostate.csv", package="h2o") prostate.hex <- h2o.uploadFile(path = prosPath, destination_frame = "prostate.hex")
Run the code above in your browser using DataLab