Research Article

[Retracted] Overlapping Community Detection Based on Node Importance and Adjacency Information

Algorithm 3

Community expansion.
Input: Network , Seed set
(1);
(2)FOR EACH ;
(3);
(4) Calculate ; //According to Definition 1
(5) WHILE ;
(6)  ;
(7)  FOR EACH ;
(8)  ; //According to Definition 3
(9)  IF THEN ;
(10)   END FOR
(11)   FOR EACH ;
(12)    IF THEN ;
(13)    FOR EACH ;
(14)     ;
(15)     IF THEN ;
(16)    END FOR
(17)    END IF
(18)   END FOR
(19)   Recalculate ;
(20)  END WHILE
(21)  ;
(22)END FOR;
Output: Overlapping Community collection .