You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR tracks work on missing weights, #1566, by providing default `weight_t{1}` weights.
And addresses output format changes, as follows:
1. offsets for vertex paths starting indices, instead of sizes;
2. set of pairs (offset, size) for edge (weight) paths; Example: for an edge path with offsets 0,3,3,5,... meaning 1st path has 3 edges, 2nd path has 0 edges (!), 3rd has 2 edges, etc.; the return is: (0,3), (3,0), (3,2), (5,...), ...;
3. The remaining output format stays the same (i.e., coalesced vertex sets, and coalesced weight sets);
Authors:
- Andrei Schaffer (https://github.com/aschaffer)
Approvers:
- Seunghwa Kang (https://github.com/seunghwak)
URL: #1567
Describe the bug
The graph must be weighted or Random Walk crashes
The text was updated successfully, but these errors were encountered: