WIP: diff graph with sub graph, before and after model correction
This commit is contained in:
@@ -56,7 +56,7 @@ def correct(G, centrality, m_opt, c0_opt, b_opt):
|
||||
x.append(ver[0])
|
||||
y.append(ver[1])
|
||||
|
||||
keys = iter(centrality.a)
|
||||
keys = iter(G.vertices())
|
||||
hull = convex_hull(G)
|
||||
|
||||
points = np.stack((np.array(x), np.array(y)), axis=-1)
|
||||
|
||||
Reference in New Issue
Block a user