Skip to content
Snippets Groups Projects
Commit a48ddc43 authored by Ali Yassin's avatar Ali Yassin
Browse files

Update README.md

parent 6f47182f
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ backbone2 = threshold_filter(b, 0.7) ...@@ -48,7 +48,7 @@ backbone2 = threshold_filter(b, 0.7)
# extract the backbone keeping a fraction of edges(0.15) # extract the backbone keeping a fraction of edges(0.15)
backbone3 = fraction_filter(b, 0.15) backbone3 = fraction_filter(b, 0.15)
``` ```
![Les Misérables original network and the extracted backbones](/examples/images/toy.png) ![Les Misérables original network and the extracted backbones](https://gitlab.liris.cnrs.fr/coregraphie/netbone/-/raw/main/examples/images/toy.png)
## Citation ## Citation
Ali Yassin, Abbas Haidar, Hocine Cherifi et al. An Evaluation Tool for Backbone Extraction Techniques in Weighted Complex Networks, 19 May 2023, PREPRINT (Version 1) available at Research Square [https://doi.org/10.21203/rs.3.rs-2935871/v1] Ali Yassin, Abbas Haidar, Hocine Cherifi et al. An Evaluation Tool for Backbone Extraction Techniques in Weighted Complex Networks, 19 May 2023, PREPRINT (Version 1) available at Research Square [https://doi.org/10.21203/rs.3.rs-2935871/v1]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment