python - How to compare directed graphs in Networkx? -
i have 2 directed networkx graphs equal number of nodes , edges.
how compare structure of these 2 different graphs in networkx? node names don't matter. tried use networkx digraph.order()
, digraph.degree()
etc. information graph structure parameters of graphs equal.
and how compare structures of more 2 graphs , find graphs unique structure. there special function in networkx?
Comments
Post a Comment