Skip to content

Exploid all pairs connected COMMUNITIES (CLIQUE) in a undirected (Biconnected) graph.

License

Notifications You must be signed in to change notification settings

manolaz/social-graphs

Repository files navigation

social-graphs

Exploid all pairs connected COMMUNITIES (CLIQUE) in a undirected (Biconnected) graph.

Install Libraries

pip3 install py3plex

Run EXAMPLE

python3 example/detector.py
-------------------- 
 Checking multiplex edges.. 
 --------------------
Name: 
Type: Graph
Number of nodes: 1000
Number of edges: 168093
Average degree: 336.1860
'Graph' object has no attribute 'core_network'
List of CLIQUE memberships levels : 
 {0: 136, 1: 140, 2: 119, 3: 174, 4: 83, 5: 57, 6: 125, 7: 166}
Total CLIQUE counted = 8

Using Community library

Py3plex

https://github.com/SkBlaz/Py3plex

Docs

https://skblaz.github.io/Py3plex/

PYTHON-LOUVAIN

https://github.com/taynaud/python-louvain

ClI DOCS

https://python-louvain.readthedocs.io/en/latest/api.html#indices-and-tables

About

Exploid all pairs connected COMMUNITIES (CLIQUE) in a undirected (Biconnected) graph.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published