CommunityDetection
CommunityDetection copied to clipboard
overlapping_modularity.py文件里,EQ的输入是什么
def cal_EQ(cover,G): 例如 此处的 cover是什么, G应该是nx的图我晓得
以下是你自己在这个文档里写的 paper来源以及 G的格式, 可是cover的格式尚未给出。
paper:<<Detect overlapping and hierarchical community structure in networks>>
G:vertex-neighbors {vertex:list(neighbors)}
Detect overlapping and hierarchical community structure in networks。 paper来源