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() prostate_path <- system.file("extdata", "prostate.csv", package = "h2o") prostate <- h2o.uploadFile(path = prostate_path) h2o.acos(prostate[,2]) # }
Run the code above in your browser using DataLab