powered by
h2o.r2(object, valid = FALSE, ...)
library(h2o) h <- h2o.init() fr <- as.h2o(iris) m <- h2o.deeplearning(x=2:5,y=1,training_frame=fr) h2o.r2(m)
Run the code above in your browser using DataLab