-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add random_walk_pe #273
Add random_walk_pe #273
Conversation
Let's define the more basic function random_walk_pe(g::GNNGraph, walk_length::Int) that returns the positional encoding. Then the user can add it to the graph or do anything with it. |
Co-authored-by: Carlo Lucibello <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #273 +/- ##
==========================================
+ Coverage 82.11% 82.15% +0.04%
==========================================
Files 17 17
Lines 1923 1939 +16
==========================================
+ Hits 1579 1593 +14
- Misses 344 346 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Co-authored-by: Carlo Lucibello <[email protected]>
…GraphNeuralNetworks.jl into add_AddRandomWalkPE
Co-authored-by: Carlo Lucibello <[email protected]>
nice, thanks |
This PR add the RandomWalkPE of issue #190