Skip to content

Deprecated: Parallelization For Locality-Based Overlapping Community Detection Algorithms

License

Notifications You must be signed in to change notification settings

GraphProcessor/LocalityBasedGraphAlgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallelization for Locality-Based Algos

Issues

In community merging part for cis, best strategy is not applied, since cis expect totally including relationship. Extra cost is introduced in current implementation, a better solution can be that, build index for large community, iterate through small community and judge whether v in small community is found in the large community.

Graph Algorithms

Here, graph algorithms are those locality-based overlapping community detection algorithms.

Source Code

content detail
src/algorithm implemented graph algorithms
src/algorithm_demo simple demo source codes to execute graph algorithm program
src/parallel_utils parallel utilities for accelerating computations of graph algorithms
src/util utilities for graph input and pretty printing

Scripts

content detail
scripts/analyze_algo_quality.py quality analyzer
scripts/metrics/link_belong_modularity.py link belonging modularity

Demo Files

content detail
demo_files/demo_graph.csv toy graph in edge-list format
demo_files/demo_result.txt computation result of connected-iterative-scan algorithm

Dataset

About

Deprecated: Parallelization For Locality-Based Overlapping Community Detection Algorithms

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published