deepNF icon indicating copy to clipboard operation
deepNF copied to clipboard

How do you preserve the node order in the final embedding file?

Open Surabhij28 opened this issue 6 years ago • 0 comments

I have 2 networks. when I check list(G.nodes) for both networks, the order of nodes is different.

I want to print embeddings in following way: Node1 feature1 feature2.......featuren Node2 feature1 feature2.......featuren Node3 feature1 feature2.......featuren . . . . . Nodem feature1 feature2.......featuren

but i am not sure of the order of nodes to be considered.

thanks in advance

Surabhij28 avatar Dec 13 '19 12:12 Surabhij28