h2o.centers | R Documentation |
Retrieve the Model Centers
h2o.centers(object)
object |
An H2OClusteringModel object. |
## Not run:
library(h2o)
h2o.init()
fr <- h2o.importFile("https://h2o-public-test-data.s3.amazonaws.com/smalldata/iris/iris_train.csv")
h2o.ceiling(fr[, 1])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.