zzz24512653 / CommunityDetection

Implements of community detection algorithms
357 stars 174 forks source link

overlapping_modularity.py文件里,EQ的输入是什么 #19

Open BreezeWind-warning opened 4 years ago

BreezeWind-warning commented 4 years ago

def cal_EQ(cover,G): 例如 此处的 cover是什么, G应该是nx的图我晓得

以下是你自己在这个文档里写的 paper来源以及 G的格式, 可是cover的格式尚未给出。
paper:<> G:vertex-neighbors {vertex:list(neighbors)}

BreezeWind-warning commented 4 years ago

Detect overlapping and hierarchical community structure in networks。 paper来源