Skip to content
Snippets Groups Projects
Commit 056f294a authored by Chamalee Wickrama Arachch's avatar Chamalee Wickrama Arachch
Browse files

clean real-enron.py

parent 560e1461
No related branches found
No related tags found
No related merge requests found
......@@ -179,18 +179,6 @@ for key in range(0,numberOfGraphs):
den+= (subgrpah_snap.number_of_edges()/ len(dcs2) )
print(den)
# exact_R = exact_densest(G_avg)
# # print('subgraph induced by', exact_R[0])
# print('density =', exact_R[1])
# dcs3 = set(exact_R[0])
# print('densest common: unweighted')
# print(len(dcs3))
# den = 0
# for key in range(0,numberOfGraphs):
# subgrpah_snap = snapshots[key].subgraph(dcs3)
# den+= (subgrpah_snap.number_of_edges()/ len(dcs3) )
# print(den)
#%%
ld = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment