PonderLY / PC-GNN

(WWW 2021) Source code of PC-GNN
96 stars 21 forks source link

Extension to heterogeneous graphs #6

Open ashkspark opened 1 year ago

ashkspark commented 1 year ago

Any ideas on how to extend this to graphs with different types of nodes? Thanks!

stupidoge commented 1 year ago

this work is heterogeneous one, because the dataset build different homogeneous graph based on the metapath. You could check form the author's presentation, and you will find U-T-U, U-D-U, U-F-U, U-S-U metapaths.

If you build metapath based neighborhoods, the graph will be homo. @ashkspark