Thank you for sharing your work. I'm confused about the dataset you deal with.
edges = pd.read_csv('data/LFR/nets01/network'+str(i)+'.dat', sep='\t', header=None)
groups =pd.read_csv('data/LFR/nets01/community'+str(i)+'.dat', sep='\t', header=None)
Are all the 'network' file and 'community file' belong to the same Graph?
And what the meaning of groups?
Thank you for sharing your work. I'm confused about the dataset you deal with.
edges = pd.read_csv('data/LFR/nets01/network'+str(i)+'.dat', sep='\t', header=None)
groups =pd.read_csv('data/LFR/nets01/community'+str(i)+'.dat', sep='\t', header=None)
Are all the 'network' file and 'community file' belong to the same Graph?
And what the meaning of groups?