Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey :)
I'm wondering if its possible to utilize the (excellent) PyG library in order to find k-hop neighbors in a large scale graph database.
How does the PyG "neighbor finding" engine works and where can I find the code?
So lets say for example I have a large sparse/dense adjacency matrix and I want to multiply it by itself in order to find 2-hop neighbors of each vertex. Does PyG has an optimized method in doing so or do it have a smarter way of finding neighbors?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions