distlim_kmeans_clustering | R Documentation |
Based on the kmeans clustering algorithm, find optimal cluster num by keeping multiple cluster are not overlapped.
distlim_kmeans_clustering(data, rate = 2, iter = 10, kmax = 10)
data |
Matrix data for clustering. Row is element and Col is axis. |
rate |
Threshold rate of clustersize / distance |
iter |
Number of iteration for kmeans. |
kmax |
Max cluster number. |
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.