mtang724 / NWR-GAE

36 stars 8 forks source link

How to use for graph-level. #7

Open PeterDeSOM opened 1 year ago

PeterDeSOM commented 1 year ago

Is your model can be used for graph-level? If yes, how can it be used? Average for all node embeddings?

mtang724 commented 1 year ago

All graph representation method could use for graph level problem. The only problem is will the performance be good since many of those types of method (including ours) are not designed for graph embeddings. But yes, average could work, sum could work, simple MLP could work. Hope my answer helps.