Discussion:
[igraph] python-igraph rewiring, selection of optimal n value
aravind ramesh
2017-08-04 03:07:51 UTC
Permalink
Dear users,
I have a network with 400 nodes, and 8000 Edges, I want to rewire my network by maintaining it's degree distribution. I did rewire with n=100, and 500 using, GraphBase.rewire method. Both resultant network and original network intersection of edges seems to be very similar(>95%). Kindly suggest me optimal way to randomly rewire my network.
ThanksAravind

Loading...