Research Article
An Entropy-Based Self-Adaptive Node Importance Evaluation Method for Complex Networks
Algorithm 1
Node importance ranking algorithm.
| Input: the normalized attribute matrix | | Output: the ranking result | (1) | for each in do | (2) | ; | (3) | for each in do | (4) | ; | (5) | end | (6) | ; | (7) | for each in do | (8) | ; | (9) | ; | (10) | end | (11) | | (12) | | (13) | end | (14) | for each in do | (15) | ; | (16) | end | (17) | for each in do | (18) | | (19) | end | (20) | Rank the node list based on | (21) | return the ranked node list; |
|