Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道 python 中的一个包,它可以在一个非常大的无向图中(100,000 个节点和很多边)选择多个集群,以便在集群内最小化平方距离之和或类似的东西?我现在正在看 MCL:http: //micans.org/mcl/
It looks either spectral clustering with mahout or this MCL algo are gonna work.