简体   繁体   中英

Graph Clustering

I've been searching paper about method review in graph clustering but not satisfied me, please tell me what is best method (according to you) in graph clustering, so sorry if my question very general

Thanks

With such an open question, I guess I can recommend you to try WEKA .

It has a nice set of user interfaces to let you import your dataset and then try and compare various classification and clustering algorithms on your data, without writing even one line of code.

After you identified an algorithm that works for your problem, you can then search for a nice and fast implementation in the programming language of your choice.

EDIT: since you mentioned the graph tag, maybe you should have a look at Markov Cluster Algorithm , or else, you will have a hard time trying to represent your graph data in a format suitable for the distance based clustering algorithms in WEKA.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM