GiulioRossetti / cdlib

Community Discovery Library
http://cdlib.readthedocs.io
BSD 2-Clause "Simplified" License
367 stars 71 forks source link

Contribute with clustering algorithm #239

Closed seoanezonjic closed 4 months ago

seoanezonjic commented 4 months ago

Hi @GiulioRossetti I have been using CDLIB for several years and it's my first option when I have to clusterize a network. CDlib is a great tool and I hope to use it for many years. Rigth now, I'm working with large networks and I was interested to apply the HLC algorithm due to the necessities of my project. My problems are:

Due to these problems, I have forked cdlib and implemented additional HLC in the following ways:

The code is here . I want to contribute to CDLIB but I'm not sure how to make a correct pull request. Thank you in advance Pedro Seoane

GiulioRossetti commented 4 months ago

Thanks for the contribution! I generated the PR #240 - as soon as the test are ok I'll proceed with the integration in the master branch.

Best, Giulio