Skip to content

liushuang1108/Overlapping-Community-Detection-Using-Seed-Set-Expansion-

 
 

Repository files navigation

Overlapping-Community-Detection-Using-Seed-Set-Expansion-

How to execute

Dans votre terminal ,installer les librairies suivantes avec pip en tapant les commandes suivantes: pip install networkx pip install community

python init.py data_example/graph.txt :pour un petit graph

python init.py data_example/facebook_combined.txt :pour un grand graph

Test et comparaison

python compare.py data_example/graph.txt :pour un petit graph

python compare.py data_example/facebook_combined.txt :pour un grand graph

cd f1max-master/

./f1max ../com1.txt ../com2.txt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 67.3%
  • C 31.6%
  • Shell 1.1%