-
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.
feat: add induced_subgraph functionality (#499)
* feat: add induced_subgraph functionality * fix: fix tests * fix: fix tests * Update GNNGraphs/src/sampling.jl Co-authored-by: Carlo Lucibello <[email protected]> * Update GNNGraphs/src/GNNGraphs.jl Co-authored-by: Carlo Lucibello <[email protected]> * Update GNNGraphs/src/sampling.jl Co-authored-by: Carlo Lucibello <[email protected]> * Update GNNGraphs/src/sampling.jl Co-authored-by: Carlo Lucibello <[email protected]> * feat: add edata&ndata support for induced_subgraph * chore: export induced_subgraph * fix: fix naming for induced_subgraph * fix: fix typo * fix: revert naming for induced_subgraph * fix: fix test * fix: don't export induced subgraph * fix: don't export induced subgraph * fix: amend docstring * fix: amend docstring * fix: fix docstring * fix: add Graphs.induced_subgraph to docs --------- Co-authored-by: Carlo Lucibello <[email protected]>
- Loading branch information
1 parent
3fe2c76
commit 8dbac17
Showing
5 changed files
with
122 additions
and
2 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
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