apache / incubator-hugegraph-computer

HugeGraph Computer - A distributed graph processing system for hugegraph (OLAP)
https://hugegraph.apache.org/docs/quickstart/hugegraph-computer/
Apache License 2.0
42 stars 41 forks source link

[Feature] Add test case for PageRank/DegreeCentrality/WCC/Kcore algorithms #246

Open coderzc opened 1 year ago

coderzc commented 1 year ago

Feature Description (功能描述)

Add test case for PageRank/DegreeCentrality/WccTest/Lpa/Kcore algorithms, please refer: https://github.com/apache/incubator-hugegraph-computer/blob/c8065288b2c1136cfcadb44ce18be6855cf4a81c/computer-test/src/main/java/org/apache/hugegraph/computer/algorithm/community/trianglecount/TriangleCountTest.java#L36

conghuhu commented 1 year ago

I want to try, plz assign to me, thanks.

coderzc commented 1 year ago

LPA test has been implemented by https://github.com/apache/incubator-hugegraph-computer/pull/237