deepNF
deepNF copied to clipboard
How do you preserve the node order in the final embedding file?
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