2025-006
Question Consider a network with \( L = 200 \) total edges, composed of multiple communities. Two specific communities, A and B, have total degrees \( k_A = 18 \) and \( k_B = 16 \), with only 2 edges connecting them (\( L_{AB} = 2 \)). Knowing that modularity tends to merge communities when \[ \frac{k_A \cdot k_B}{2L} which of the following statements about detecting these communities is CORRECT? A. Communities A and B will be detected separately because \(\Delta M_{AB} B. The modularity algorithm will inevitably merge A and B due to the resolution limit C. The merger depends exclusively on the number of internal edges in each community D. Such small communities will always have negative modularity E. None of the above Original idea by: Giancarlo Maldonado Cárdenas