Skip to content

Repository for Explore-Update algorithm and other code in PIMUS problem

Notifications You must be signed in to change notification settings

nd7141/Explore-Update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Explore-Update Repository

This repoistory provides Python and C++ code for running and evaluating Explore-Update and Greedy algorithms for PIMUS problem.

C++/ contains Explore-Update, Greedy, Top-Edges, Top-Nodes algorithms written in C++ and their evaluation.

Python/ contains Explore-Update, Greedy, Top-Edges, Top-Nodes algorithms written in Python and their evaluation and visualization. It also contains a file to prepare datasets to suitable format.

Datasets/ contains two datasets: Gnutella and VK. It also contains files for communities, memberships, and seeds (VK). Given a dataset in correct format, one can obtain other necessary files (i.e. models, communities, memberships) using prepare_data.py.

In case of questions write to ivanovserg990@gmail.com.

About

Repository for Explore-Update algorithm and other code in PIMUS problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published