Research Article

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

Algorithm 2

Similar seed communities merger.
Input: Seed community set
(1);
(2)FOR EACH ;
(3) IF THEN ;
(4) = True;
(5) FOR EACH ;
(6)  ; //According to Definition 4
(7)  IF THEN ;
(8)   ;
(9)   ;
(10)     = False;
(11)    BREAK;
(12)  END IF
(13) END FOR
(14) IF THEN ;
(15)END FOR
Output: The merged Seed community set