tigergraph / gsql-graph-algorithms

GSQL Graph Algorithms
https://docs.tigergraph.com/graph-ml/current/intro/
Apache License 2.0
192 stars 70 forks source link

[ALGOS-265] feat(algos): Improve the algorithm LCC (Local Clustering Coefficient) #156

Closed xuanleilin closed 1 month ago

xuanleilin commented 3 months ago

ALGOS-265 feat(algos): Improve the algorithm LCC (Local Clustering Coefficient)

PR Summary

PR Checklist

What is the behavior change?

Other information:

Related PRs:

xuanleilin commented 3 months ago

I made comments on code style (mainly naming of variables). One comment about the performance of division vs multiplication. I did not really review the algorithm design.

@victorleeTG I have modified the code based on your suggestions. Please review it again. Thank you.

RobRossmiller-TG commented 1 month ago

Missing tests and prioritization