You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementation of "A cascade information diffusion based label propagation algorithm for community detection in dynamic social networks"
Team members:
Anuj Yadav
Nrittik Sarmah
Shashank Maurya
Chandrakanta Choudhury
Udit Talukdar
Dependencies/Packages
networkx
numpy
python-louvain
scikit-learn
Steps for running the algorithm:
Go inside the src folder in your terminal/Open your code editor inside the src folder.
To add a new dataset, go into the dataset folder and create a folder by the name of your dataset.
Add 2 files inside your dataset, t1.txt - for the edgeslist of the network at the 1st timestamp and input.txt - for the entire input of nodes, timestamps and the edgeslist of each timestamp.
Go to the project notebook, import coderunner and call run_cidlpa by passing in the name of your dataset.