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
Neighborhood Structure Configuration Models (short NeSt-models) allow to generate random graphs that preserved the neighborhood structure of a given graph for arbitrary depth d.
8
+
`nestmodel` allows to randomize graphs while preserving the neighborhood structure of a given graph for arbitrary depth d.
9
9
10
-
This package provides the implementation as used in our paper.
10
+
This package provides the implementation of the necessary randomization routines as well as routines to compute the refinement colors.
11
11
12
12
13
13
# Installation instructions
14
14
You can install this library like any other python package, depending packages are also installed along with it.
15
15
16
-
### Installing nestmodel
17
16
Nestmodel is available on pypi thus you can simply install it via:
If you also want to notebooks in the scripts folder please install `jupyter` as outlined below.
29
-
```
30
-
pip install jupyter
31
-
```
21
+
22
+
23
+
# Reproducing the results from the paper
32
24
33
25
### Making sure the installation went smoothly
34
26
@@ -39,7 +31,6 @@ python -m pytest nestmodel
39
31
```
40
32
If you do not have the graph tools library installed, the tests will emit a warning that it is not installed which can be ignored for now.
41
33
42
-
# Reproducing the results from the paper
43
34
44
35
Before reproducing the results you need to get the **datasets**. We provide a download script `/scripts/get_datasets.py` which will download all datasets for you.
0 commit comments