powered by
Compute the arc cosine of x
h2o.acos(x)
An H2OFrame object.
acos for the base R implementation.
acos
# NOT RUN { h2o.init() prosPath <- system.file("extdata", "prostate.csv", package="h2o") prostate.hex <- h2o.uploadFile(path = prosPath) h2o.acos(prostate.hex[,2]) # }
Run the code above in your browser using DataLab