Altmetrics
Downloads
78
Views
29
Comments
0
This version is not peer-reviewed
Submitted:
28 February 2024
Posted:
29 February 2024
You are already at the latest version
Algorithm 1: Methodology of WT analysis. | |
Procedure Weight Thresholding (G, N, L) | |
1: | WT = {0.0, 0.05, 0.1,…………., 0.85, 0.9} |
2: | for each WT |
3: | for i =1 to m |
4: | link_set= {links in the decreasing order of their weight} |
5: | strong_linkset = {WT fraction of strong links from link_set} |
6: | G’= G - strong_linkset |
7: | Initial attack (G’, N, L’) |
8: | Recalculated attack (G’, N, L’) |
Procedure Initial attack (G’, N, L’) | |
1: | Find Initial LCC |
2: | for i =1 to n |
3: | node_set = { nodes of G’ in the decreasing order of centrality measure } |
4: | while (LCC !=1) |
5: | Remove a node x from the G’ (in the order of node_set) |
6: | Find LCC of new network |
7: | node_set = node_set - x |
Procedure Recalculated attack (G’, N, L’) | |
1: | Find Initial LCC |
2: | for i=1 to n |
3: | while (LCC !=1) |
4: | Calculate centrality meaures |
5: | node_set = { nodes of G’ in the decreasing order of centrality measure } |
6: | Remove a node x from the G’ (in the order of node_set) |
7: | Find LCC of new network |
8: | node_set = node_set - x |
Networks | Key | Ref. | Type | Node | Link | Weight | N | L | <k> | <w> | LCC |
C. Elegans | Eleg | [9,10] | Biological | Neurons | Neurons connection | Number of Connections | 297 | 2344 | 15.8 | 3.761 | 297 |
Cargoship | Cargo | [11] | Transport | Ports | Route | Shipping journeys | 834 | 4348 | 10.4 | 97.709 | 821 |
USairport | Air | [12] | Transport | Airports | Route | Passengers | 500 | 2979 | 11.9 | 152320.2 | 500 |
E. Coli | Coli | [11,13] | Biological | Metabolites | Common reaction | Number of Common reactions | 1100 | 3636 | 6.61 | 1.364 | 1100 |
Netscience | Net | [14] | Social | authors | Coauthorship | Number of Common papers | 1461 | 2741 | 3.75 | 0.434 | 379 |
Human12a | Hum | [15,16] | Biological | Brain regions | Connection between regions | Connection density | 501 | 6038 | 24.1 | 0.01 | 501 |
Caribbean | Carib | [17,18] | Ecological Food web | Species | Trophic relation | Amount of biomass | 249 | 3503 | 28.13 | 0.067 | 249 |
CypDry | Cyp | [19,20] | Ecological Food web | Species | Trophic relation | Amount of biomass | 66 | 503 | 15.24 | 0.358 | 65 |
Budapest | Buda | [21] | Biological | Brain regions | Neural connection | Amount of track flow | 480 | 1000 | 4.167 | 5.024 | 467 |
Abbreviation | Full name |
---|---|
WT | Weight thresholding |
LCC | Size of largest connected component |
N | Number of nodes |
L | Number of links |
<w> | Average weight |
<k> | Average degree |
Ran | Random node attack |
Deg | Degree node attack |
Str | Strength node attack |
Bet | Betweenness node attack |
WBet | Weighted Betweenness node attack |
G | Weighted network |
G' | Thresholded network |
L’ | Number of links in G' |
q | Fraction of nodes removed |
R | Robustness |
Rtot | Total Robustness |
Initial_Weak WT | WT by weak link removal with initial node attack strategy |
Initial_Strong WT | WT by strong link removal with initial node attack strategy |
Recalculated_Weak WT | WT by weak link removal with recalculated node attack strategy |
Recalculated_Strong WT | WT by strong link removal with recalculated node attack strategy |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
Jisha Mariyam John
et al.
,
2024
Massimiliano Turchetto
et al.
,
2023
Na Zhao
et al.
,
2023
© 2024 MDPI (Basel, Switzerland) unless otherwise stated