Skip to content
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

add lpa/trianglecount/louvain computer api #1175

Merged
merged 3 commits into from
Nov 3, 2020
Merged

Conversation

zhoney
Copy link
Contributor

@zhoney zhoney commented Sep 15, 2020

Change-Id: Icd203abfbd4dfdb2b9a5754d7f2cdd037ddc4503

@codecov
Copy link

codecov bot commented Sep 15, 2020

Codecov Report

Merging #1175 into master will decrease coverage by 2.52%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1175      +/-   ##
============================================
- Coverage     64.98%   62.45%   -2.53%     
- Complexity     5652     5758     +106     
============================================
  Files           361      374      +13     
  Lines         29429    31250    +1821     
  Branches       4158     4386     +228     
============================================
+ Hits          19123    19518     +395     
- Misses         8352     9751    +1399     
- Partials       1954     1981      +27     
Impacted Files Coverage Δ Complexity Δ
...baidu/hugegraph/job/computer/AbstractComputer.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...com/baidu/hugegraph/job/computer/ComputerPool.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
.../baidu/hugegraph/job/computer/LouvainComputer.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
.../com/baidu/hugegraph/job/computer/LpaComputer.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
.../hugegraph/job/computer/TriangleCountComputer.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...idu/hugegraph/backend/store/raft/StoreCommand.java 52.00% <0.00%> (-36.24%) 6.00% <0.00%> (ø%)
...hugegraph/job/schema/IndexLabelRemoveCallable.java 77.27% <0.00%> (-11.62%) 4.00% <0.00%> (ø%)
.../hugegraph/job/schema/EdgeLabelRemoveCallable.java 80.00% <0.00%> (-10.48%) 5.00% <0.00%> (ø%)
...ugegraph/job/schema/VertexLabelRemoveCallable.java 83.87% <0.00%> (-8.73%) 7.00% <0.00%> (ø%)
...idu/hugegraph/job/schema/RebuildIndexCallable.java 76.82% <0.00%> (-7.68%) 21.00% <0.00%> (ø%)
... and 87 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e35f9fb...0fd0ecb. Read the comment docs.


@Override
protected Map<String, Object> checkAndCollectParameters(
Map<String, Object> parameters) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

align with checkAndCollectParameters

zhoney and others added 2 commits September 22, 2020 17:34
Change-Id: Icd203abfbd4dfdb2b9a5754d7f2cdd037ddc4503
Change-Id: Id69fbc03acac824f75615a6797eff90cf1f34bb9
HugeTraverser.checkPositiveOrNoLimit(times, KEY_STABLE_TIMES);
E.checkArgument(times <= MAX_TIMES,
"The maximum number of stable iterations is %s, " +
"but got %s", MAX_TIMES, times);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

align

Change-Id: I1cb8f9fe8ee430f1c6bd65ad122a90bb4b6c47a4
@zhoney zhoney merged commit 0b5be06 into master Nov 3, 2020
@zhoney zhoney deleted the lpa-louvain-triangle-count branch November 3, 2020 09:22
tmljob pushed a commit to tmljob/hugegraph that referenced this pull request Dec 10, 2020
* add lpa/trianglecount/louvain computer api (apache#53)

Change-Id: Icd203abfbd4dfdb2b9a5754d7f2cdd037ddc4503
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants