This repository contains a set of codes for the following paper.
Y. Murase, H.-H. Jo, J. Török, J. Kertész, Kimmo Kaski "Sampling networks by nodal attributes".
Preprint is available on arXiv:1902.04707
The following python packages are needed.
- numpy
- scipy
- jupyter
- matplotlib
- networkx
A Pipfile is available to install these packages. Here is an instruction to launch jupyter notebook.
$ pipenv install
$ pipenv shell
$ jupyter notebook
In addition to the jupyter notebooks, C++ codes for simulation are also included in this repository.