powered by
summary.H2OGapStatModel
summary
h2o.gapStatistic
## S3 method for class 'H2OGapStatModel': summary(object, ...)
H2OGapStatModel
data.frame
library(h2o) localH2O <- h2o.init() iris.hex <- as.h2o(localH2O, iris) gs <- h2o.gapStatistic(iris.hex, K = 5, B = 10) summary(gs) # gives all model information computed
Run the code above in your browser using DataLab