I have uploaded a adjacency matrix into neo4j and used node2vec to get the embedded vectors.I intend to use this on a machine learning classification problem where I have to add the output class as the last column to this embedded vectors,but I am not sure if the embedded vectors I obtained are in the same order(row-wise) as in the adjacency matrix.How do I make sure of this.Any help here would be highly appreciated.
And got the embedded vectors(600*16). which I exported as csv.Now i want to add an output class to this embedded vectors which I have in another excel .But I am not sure this is the right way to do it.Hope you understood my problem now