Description Usage Arguments Value
uses clara algorithm to partition the table of scores into k clusters around medoids (a more robust version of K-means)
1 | clara_clustering(scores_tab, k)
|
scores_tab |
data.table; the table of scores |
k |
desired number of clusters |
a vector corresponding to the partition of the table of scores
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.