louvainCluster: Applies the Louvain algorithm to generate micro-clustered...

View source: R/Microclusters.R

louvainClusterR Documentation

Applies the Louvain algorithm to generate micro-clustered data

Description

Applies the Louvain algorithm to generate micro-clustered data

Usage

louvainCluster(kn, data)

Arguments

kn

List of nearest neighbor indices and euclidean distances to these nearest neighbors

data

Data matrix

Value

List of clusters, each entry being a vector of indices representing samples in the cluster.


YosefLab/FastProjectR documentation built on Feb. 15, 2023, 6:21 a.m.