-
Notifications
You must be signed in to change notification settings - Fork 447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(analytical): make clustering support undirected graph #3715
fix(analytical): make clustering support undirected graph #3715
Conversation
8ace7e6
to
fb03381
Compare
hi, @doudoubobo, I have a question about the computational formula of clustering:
|
fb03381
to
cd1240c
Compare
Q: why our formula is [T(v) / deg(v)*(deg(v)-1]? Q: what's the meaning and use of |
Signed-off-by: acezen <[email protected]>
cd1240c
to
bade58b
Compare
hi, @doudoubobo, since GraphScope only allow one GraphScope/analytical_engine/apps/clustering/clustering.h Lines 47 to 48 in 988aa46
for undirected graph, the strategy should be GraphScope/analytical_engine/apps/clustering/triangles.h Lines 51 to 53 in 988aa46
But for the reason above, I use GraphScope/analytical_engine/apps/clustering/clustering.h Lines 62 to 63 in 988aa46
Can you help me double check that |
For directed graph, since we set |
thanks for the reply, since the approve dismiss by the fix push, can yo approve again to the PR. |
What do these changes do?
see #3711
Related issue number
Fixes #3711