Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 835 Bytes

README.md

File metadata and controls

42 lines (33 loc) · 835 Bytes

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