clu_tune | R Documentation |
Clustering Tune
clu_tune(base_model)
base_model |
base model for tuning |
a clu_tune
object.
data(iris)
# fit model
model <- clu_tune(cluster_kmeans(k = 0))
ranges <- list(k = 1:10)
model <- fit(model, iris[,1:4], ranges)
model$k
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.