-
I wonder what would be the most efficient way to apply neighbor sampling on a graph Currently, I am using
However, I can only bound either inbound or outbound degree, not inbound+outbound. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Interesting. Besides adding this directly into the low-level C++ op, I guess one alternative is to apply a filtering of edges after sampling has been done:
|
Beta Was this translation helpful? Give feedback.
Interesting. Besides adding this directly into the low-level C++ op, I guess one alternative is to apply a filtering of edges after sampling has been done:
colptr
representation of thecol
outputcolptr
offsets (currently unsure about how to do that efficiently)row
andcol