Maximum Number of Input Edges per Vertex #6145
Unanswered
andreasbinder
asked this question in
Q&A
Replies: 2 comments
-
Yes the approach you posted is a good way to limit the number of neighbors a nodes sees. |
Beta Was this translation helpful? Give feedback.
0 replies
-
When you set |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I was wondering what is the smoothest way to limit the number of input edges per vertex; I figured it might be integrated into the data loading part. Is
NeighborLoader
the correct way to do so?Beta Was this translation helpful? Give feedback.
All reactions