alibaba / graph-learn

An Industrial Graph Neural Network Framework
Apache License 2.0
1.28k stars 267 forks source link

classical graph algorithms examples #57

Closed patricxu closed 3 years ago

patricxu commented 4 years ago

Could you give us a few examples for the classical graph algorithms, such as Pagerank, LPA, WCC, etc.?

jackonan commented 4 years ago

GL aims for GNN instead of classical graph algorithms, such as PageRank. So we did not show examples in this field. GL abstracts a Partition-Process-Stitch framework, which looks like Map-Reduce and covers a lot of computing pattern. All of the Samplers are implemented based on this framework. Maybe you can have a try.

patricxu commented 4 years ago

It's worth a try!