The generalized modularity \( M \) of a network with \( L \) links partitioned into \( n_c \) communities can be calculated as:
$$M = \sum_{c=1}^{n_c}\left[\frac{L_c}{L}-\left(\frac{k_c}{2L}\right)^2\right]$$
where \( L_c \) is the total number of links within the community \( C_c \) and \( k_c \) is the total degree of the nodes in this community. Consider the following statements about \( M \):
- Higher values of \( M \) correspond to better community structures.
- \( M = 0 \) when the entire network is taken as a single community.
- \( M \) cannot be negative.
- \( M \) cannot exceed one.
What is correct to assert:
- Only I is true
- I, II, and III are true
- I, II, and IV are true
- I and II are true, III and IV are false
- None of the above
Original idea by: Marcelo Silva
No comments:
Post a Comment