distlim_hclust_clustering | R Documentation |
Based on the h-clustering algorithm, find optimal cluster num by keeping multiple cluster are not overlapped.
distlim_hclust_clustering(data, thr = 5, kmax = 10, method = "ward.D2")
data |
Matrix data for clustering. Row is element and Col is axis. |
thr |
Threshold value of the relative distance/size of clusters. |
kmax |
Max cluster number. |
method |
Clustering method in hclust. |
List with size: number of cluster and group: #cluster of each element.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.