powered by
## S3 method for class 'H2OGapStatModel': plot(x, ...)
H2OGapStatModel
par
library(h2o) localH2O <- h2o.init() iris.hex <- as.h2o(localH2O, iris) gs <- h2o.gapStatistic(iris.hex, K = 5, B = 10) plot(gs)
Run the code above in your browser using DataLab