View source: R/kmeans_diagnostics.R
tot_sse | R Documentation |
Compute the total sum of squares
tot_sse(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 %>% tot_sse()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.