View source: R/Microclusters.R
louvainCluster | R Documentation |
Applies the Louvain algorithm to generate micro-clustered data
louvainCluster(kn, data)
kn |
List of nearest neighbor indices and euclidean distances to these nearest neighbors |
data |
Data matrix |
List of clusters, each entry being a vector of indices representing samples in the cluster.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.