benedekrozemberczki / graph2vec

A parallel implementation of "graph2vec: Learning Distributed Representations of Graphs" (MLGWorkshop 2017).
https://karateclub.readthedocs.io/
GNU General Public License v3.0
901 stars 169 forks source link

What does the output file contain #53

Open LwanG-lilei opened 1 year ago

LwanG-lilei commented 1 year ago

Actually, I don't quite understand what the data in the output "nci.csv" represent

mohamedelmesawy commented 1 year ago

@LwanG-lilei , The file contains the lower dimensions representing each graph. Graph2vec is a method for getting the Graph Whole Embedding. So, in this case, the file nci1.csv contains 51 Sample Graphs and each of which are embedded in 128 dimensions.