Skip to content

Commit

Permalink
validation matrix and few minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sankarshan-bhat committed Dec 4, 2019
1 parent 2738e76 commit 7415614
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
13 changes: 13 additions & 0 deletions algorithms/plot_cluster.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import json
import sys

edges2 = []
edge_w = []
fn = sys.argv[1]

with open(sys.argv[1]) as f:
g_dict = json.load(f)
for k,v in g_dict.iteritems():
print k,len(v)


File renamed without changes.
File renamed without changes.

0 comments on commit 7415614

Please sign in to comment.