Research Article
A Two-Level Iterative Node Importance Evaluation of Aircraft Function Modules Based on Influence Matrix
Algorithm 1
Two-level iterative evaluation algorithm.
Input: : function modules cooperative network; | : a set of aircraft importance; | : a set of function module weights | Output: I: the integrative importance set of function modules collaborative network | 1 //is the importance of the aircraft | 2 | 3 | 4 //step 1: Calculate access probabilities | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 // step 2: Calculate the impact matrix H | 13 | 14 | 15 | 16 | 17 | 18 // step 3: calculate the importance | 19 | 20 | 21 |
|