Ok, thanks for the link that you bring me it's very useful. I follow the same steps like in the link and I have the network construction, but I don't know what it means each color (red, blue, grey) and how interpretate this network.
Also I don't understand why he transform the adjacency matrix into 0 and 1, I mean I don't understand the following steps:
First, he do this:
adjacency[adjacency < 0] = 0 adjacency[adjacency > 1] = 1
and then he do:
adj[adj > 0.1] = 1 adj[adj != 1] = 0
If you can explain me I would be very grateful
Thanks for your attention