|
Algorithm 2 Group analysis |
|
input: weight vector of participant group
output: the ranked channels of the participant group
-
1.
The initial weight vectors of the group (all 10 individuals) are obtained and reconstructed as the group weight vector ‘W’;
-
2.
The nonzero absolute value elements in the group weight vector ‘W’ are arranged in descending order, and the interval of top 50%/top 25% is defined;
-
3.
In the weight vector ‘W’, the number of absolute elements that fall within the 3 intervals (full/top 50%/top 25% intervals) are counted respectively along the channel dimension, and the weight count vector can be recognized as [counting values of 64 channels × 3 kinds of intervals];
-
4.
The group weight count vector in step (3) is ranked in descending order, and the ranked channels of 3 counting intervals can be acquired, structured as [64 descending ordered channels × 3 kinds of intervals];
-
5.
The descending ordered channels of three different counting intervals are evaluated.
|