Description Usage Arguments Value Examples
Transform all data structures into clusterTree
1 |
x |
data structure output by some clustering method (e.g. hclust, kmeans, dbscan, etc.) |
a matrix providing the mapping between data points and cluster id.
1 2 | x <- kmeans(matrix(rnorm(100),nrow=50),centers=3)
getClusterTree(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.