benedekrozemberczki / awesome-community-detection

A curated list of community detection research papers with implementations.
Creative Commons Zero v1.0 Universal
2.33k stars 361 forks source link

C++ implementation of a paper #6

Closed mr-easy closed 5 years ago

mr-easy commented 5 years ago

Paper: B. Ball, B. Karrer, M.E.J. Newman, "Efficient and principled method for detecting communities in networks", Phys. Rev. E 84 (2011) C++ implementation by the author: http://www.personal.umich.edu/~mejn/OverlappingLinkCommunities.zip

benedekrozemberczki commented 5 years ago

You are welcome to open PR if you want to be a contributor. I can also add myself.

On Wed, 26 Jun 2019 at 07:15, Rishabh Gupta notifications@github.com wrote:

Paper: B. Ball, B. Karrer, M.E.J. Newman, "Efficient and principled method for detecting communities in networks", Phys. Rev. E 84 (2011) C++ implementation by the author: http://www.personal.umich.edu/~mejn/OverlappingLinkCommunities.zip

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/benedekrozemberczki/awesome-community-detection/issues/6?email_source=notifications&email_token=AEETMF6JZBOLV7IVXG752LDP4MCQZA5CNFSM4H3O2DHKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G3W6SVA, or mute the thread https://github.com/notifications/unsubscribe-auth/AEETMF6GVZU56QQQOFBAPTLP4MCQZANCNFSM4H3O2DHA .

mr-easy commented 5 years ago

okay. created one.