|
Algorithm 1. EMI. |
| Input: |
|
|
| Output: |
| Ranked nodes with overall importance value |
| Begin algorithm |
| 1: If
G is directed or weighted: |
| 2: For node in
|
| 3: compute structural entropy centrality , , and
|
| 4: compute interactive entropy centrality , , and
|
| 5: compute mutual power
|
| 6: compute overall importance
|
| 7: Else
|
| 8: For node in
|
| 9: compute structural entropy centrality
|
| 10: compute mutual power
|
| 11: compute overall importance
|
| 12: End for
|
| 13: rank nodes based on key values |
| End algorithm |