-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Personalized PageRank Diffusion [
ppr_diffusion
function] (#427)
* add ppr diffusion * add ppr diffusion * add function to GNNGraphs.jl * :coo * Update transform.jl * try * Made function non-mutating uses SparseArrays * Update src/GNNGraphs/transform.jl rename args Co-authored-by: Carlo Lucibello <carlo.lucibello@gmail.com> * Update test/GNNGraphs/transform.jl clean code Co-authored-by: Carlo Lucibello <carlo.lucibello@gmail.com> * Update test/GNNGraphs/transform.jl remove unneeded line Co-authored-by: Carlo Lucibello <carlo.lucibello@gmail.com> * Update src/GNNGraphs/transform.jl args fix Co-authored-by: Carlo Lucibello <carlo.lucibello@gmail.com> * Update src/GNNGraphs/transform.jl rename var Co-authored-by: Carlo Lucibello <carlo.lucibello@gmail.com> * empty weights * indent * fixes * Update test/GNNGraphs/transform.jl --------- Co-authored-by: Carlo Lucibello <carlo.lucibello@gmail.com>
- Loading branch information
1 parent
bcce0cf
commit 3bcafbe
Showing
3 changed files
with
67 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters