diningphil / gnn-comparison

Official Repository of "A Fair Comparison of Graph Neural Networks for Graph Classification", ICLR 2020
GNU General Public License v3.0
385 stars 54 forks source link

additional features #16

Closed pursueorigin closed 4 years ago

pursueorigin commented 4 years ago

https://github.com/diningphil/gnn-comparison/blob/5722c3cf5c10a31902768c2be9dc6403e4ba15d4/datasets/data.py#L18

What is the purpose of these additional features? Where are they used in this project? Thanks.

diningphil commented 4 years ago

These are used to experiment with a model of ours (D. Bacciu and A. Micheli) called Contextual Graph Markov Model, which is not present in this repository. You can ignore them as they are never used.