ftheberge / graph-partition-and-measures

Python code implementing a stable ensemble-based graph partition algorithm (ecg) and 11 graph-aware measures (gam) for comparing graph partitions.
MIT License
26 stars 1 forks source link

Super Wonderfully Awesome Stuff! #1

Open stevemarin opened 3 years ago

stevemarin commented 3 years ago

Just wanted to say "Thank you!" for this project and for your work on ECG. I was working on a problem my colleagues didn't realize was simply a community detection problem. I reformatted it as such and ran ECG and voila! No tweaking any parameters, no additional complexity... Just great results! Thank you!