iit-cs579 / main

CS579: Online Social Network Analysis at the Illinois Institute of Technology
147 stars 204 forks source link

partition_girvan_newman() method #489

Closed JayaShreeGit closed 4 years ago

JayaShreeGit commented 5 years ago

What is the significance of the max_depth in the partition function. Is it just to limit the scale of the graph analysis?

aronwc commented 5 years ago

Yes- we are approximating betweenness to save time.

On Sep 13, 2019, at 3:57 AM, Jayashree notifications@github.com wrote:

What is the significance of the max_depth in the partition function. Is it just to limit the scale of the graph analysis?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.