使用ssp、wcc等算法时,边必须带权重吗? #2584
-
|
import graphscope 必须要有dist属性吗? |
Beta Was this translation helpful? Give feedback.
Answered by
siyuan0322
Mar 31, 2023
Replies: 1 comment
-
|
依具体算法需不需要用到边的属性而定。 WCC 不需要。 SSSP 需要。具体可以根据算法的源码看到有没有用到属性。 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sighingnow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
依具体算法需不需要用到边的属性而定。 WCC 不需要。 SSSP 需要。具体可以根据算法的源码看到有没有用到属性。