diff options
Diffstat (limited to 'python/README.md')
-rw-r--r-- | python/README.md | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/python/README.md b/python/README.md index b63b36c..4b3ff06 100644 --- a/python/README.md +++ b/python/README.md @@ -22,7 +22,7 @@ This is multired-0.1. -This is a Python implmementation of the algorithm for structural +This is a Python implementation of the algorithm for structural reduction of multi-layer networks based on the Von Neumann and on the Quantum Jensen-Shannon divergence of graphs, as explained in: @@ -60,7 +60,21 @@ approximation is based on a 10th order polynomial fit of x log(x) in [0,1], but the order of the polynomial can be set through the parameter "fit_degree" of the constructor. -Several sample scripts can be found in the "test/" directory. +Several sample scripts can be found in the "test/" directory. You also +find a sample data set in the folder "sample_data/". That is the 4-layer +Noordin Top Terrorist multiplex network, originally provided in: + + N. Roberts, S. F. Everton, Roberts and Everton "Terrorist + Data: Noordin Top Terrorist Network" (Subset) (2011). + +and extensively studied in: + + F. Battiston, V. Nicosia, V. Latora, + "Structural measures for multiplex networks", + Phys. Rev. E 89, 032804 (2014). + +Please consider citing those papers if you use that data set in a +scientific work. -------------------- DEPENDENCIES |