如何对高密度图进行聚类

How to cluster a highly dense graph

我有一个我想要聚类的高度密集的图,我想知道哪种算法最适合这种情况。我想生成相当数量的子组。

我正在使用 Python 的库 Networkx 来生成图表。

我终于选择了 Louvain method since it was the best fit for my problem and also there was a library 已经实现的与 Networkx 通信的功能。