The codes for the paper "Enhancing Shortest-Path Graph Kernels via Graph Augmentation" accepted by ECML PKDD 2024. If you have any questions, please get in touch with me (yew@tongji.edu.cn). Thanks for your interest
In oder to run the code, please run the following command in the Linux terminal:
$ python node_label.py MUTAG 3 2
where the input MUTAG is the name of the dataset, the input 3 is the k parameter and 2 is the d parameter.