Guest User

Untitled

a guest
Dec 9th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. skel_1, sep_1 = alg.estimate_skeleton(ci.ci_test_dis, Mat_1, 0.1)
  2. dag_1 = alg.estimate_cpdag(skel_1, sep_1)
  3. num_edge1 = dag_1.number_of_edges()
  4. print(num_edge1)
  5. nx.draw_networkx(dag_1, arrows=True, edge_color='b')
  6. plt.savefig("Target1.png")
  7. plt.close()
Add Comment
Please, Sign In to add comment