Research Article

Local Community Detection Algorithm Based on Minimal Cluster

Algorithm 2

Local community detection.
Input: , C
Output: Local Community LC
(01) Let
(02) Calculate N(LC), M
(03) While do
(04)  foreach (LC)
(05)   if ΔM is the largest
(06)    Let
(07)   End if
(08)  End for
(09)  Update N(LC), M
(10) Until no node can be added into LC
(11) Return LC