powered by
apply(X, MARGIN, FUN, ...)
apply
1
2
FUN
h2o.init() irisPath = system.file("extdata", "iris.csv", package="h2o") iris.hex = h2o.importFile(path = irisPath, destination_frame = "iris.hex") summary(apply(iris.hex, 2, sum))
Run the code above in your browser using DataLab