hclust_wss | R Documentation |
Hiearchical clustering with for within cluster SSs screeplot for easier cluster number selection wrapper function of 'fastcluster' package method hclust (for matrix) and hclust.vector(for vector)
hclust_wss(x, method = "ward", max_clust = 10, members = NULL, visual = TRUE)
x |
an (N×D) matrix of 'double' values: N observations in D variables. |
method |
the agglomeration method to be used. This must be (an unambiguous abbreviation of) one of "single", "complete", "average", "mcquitty", "ward.D", "ward.D2", "centroid" or "median" (for matrices) or "single", "ward", "centroid" or "median" (for a vector) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.