Lab41 / Circulo

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

Pruning collapsed graphs #38

Closed Lab41PaulM closed 9 years ago

Lab41PaulM commented 9 years ago

In some cases, the graphs must be collapsed in order to accommodate certain algorithms. When this happens, typically these algorithms cannot handle the collapsed graph, so we prune them based on the edge weights which represents the sum of the collapsed edges. In certain cases, the general pruning algorithm is not sufficient, so in this enhancement, allow the user to override the prune method in the databot for the specific dataset.