Lab41 / Circulo

Community Detection Research Effort
http://lab41.github.io/Circulo/
Other
79 stars 39 forks source link

updates to run algos logic #60

Closed Lab41PaulM closed 9 years ago

Lab41PaulM commented 9 years ago

I updated the logic in community.py. Pruning will now only occur when the input graph has 80% the edges of a complete graph AND the algo does not support weights. A few additional changes were made as well such as checking for directedness and multigraph individually rather than in an if/else statement