vesoft-inc / nebula-algorithm

Nebula-Algorithm is a Spark Application based on GraphX, which enables state of art Graph Algorithms to run on top of NebulaGraph and write back results to NebulaGraph.
71 stars 39 forks source link

louvian outputs fewer vertices #51

Closed QingZ11 closed 1 year ago

QingZ11 commented 2 years ago

description:

vertex is a point file with only one column, each represents a point ID, edges is an edge file, the first column is the start point, the second column is the end point, the third column is the weight, with weight calculation, the parameter tol is 500000, the other two The number of iterations parameters are all 10. Are the points in the results inconsistent with the number of points in the original data?

Confirmed that there are no duplicate data.

ref: https://discuss.nebula-graph.com.cn/t/topic/7640

Nicole00 commented 1 year ago

https://github.com/vesoft-inc/nebula-algorithm/releases/tag/v2.6.0 already resolved it.