View source: R/extract_assignment.R
extract_cluster_assignment | R Documentation |
Extract cluster assignments from model
extract_cluster_assignment(object, ...)
object |
An cluster_spec object. |
... |
Other arguments passed to methods. |
kmeans_spec <- k_means(k = 5) %>% set_engine_celery("stats") kmeans_fit <- fit(kmeans_spec, ~., mtcars) kmeans_fit %>% extract_cluster_assignment()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.