开发者

NebulaGraph Database: LpaExample algorithm does not finish execution.roblem with the algorithm parameters

开发者 https://www.devze.com 2022-12-07 21:40 出处:网络
When using 开发者_运维问答NebulaGraph Database and running an LpaExample algorithm — it does not finish execution. Could there be a problem with the algorithm parameters?

When using 开发者_运维问答NebulaGraph Database and running an LpaExample algorithm — it does not finish execution. Could there be a problem with the algorithm parameters?

The execution of the code takes too long, and it always seems to be unfinished. If Int.MaxValue is set to a specific value, e.g. 3 or 5, the execution will be completed.

NebulaGraph Database: LpaExample algorithm does not finish execution.roblem with the algorithm parameters

How large LPAConfig() parameter can still be appropriate?


The label propagation algorithm, not like some of the other algorithms, won't converge itself.

We should configure the max iteration to explicitly let it stop after it's reached.

In your case(data volume), it looks like maxValue is way too large to have the execution done in a reasonable time.

0

精彩评论

暂无评论...
验证码 换一张
取 消