nebula-algorithm icon indicating copy to clipboard operation
nebula-algorithm copied to clipboard

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.

Results 7 nebula-algorithm issues
Sort by recently updated
recently updated
newest added

I am confused with these codes. What are the requirements for using `var` and it needs to be public? Every time I call method `getLPAConfig`, `var` changes, so this `var`...

type/feature req
hacktoberfest

![image](https://github.com/user-attachments/assets/31a16a79-b22e-4198-9e39-d93c8f8b4760) Louvain为我的算法结果标签,我该如何区分不同的团体?

**General Question** 当我选择nebule graph作为数据输入源是,我是否可以利用nSQL来用某个图空间中选择我的数据,我能在哪些地方修改这些参数或代码,谢谢

**Please check the FAQ documentation before raising an issue** **Describe the bug (__required__)** - **bug desc:** The absence of the TriangleConfig parameter causes the TriangleCountAlgo algorithm to fail to encode...

deltaQ有问题。 可参考的公式推导: https://web.stanford.edu/class/cs246/slides/11-graphs1.pdf https://www.cnblogs.com/fengfenggirl/p/louvain.html https://github.com/taynaud/python-louvain/blob/def91793772c3e77ab4167d175903a5365c24b4b/community/community_louvain.py#L470 相似的项目:https://github.com/zzz24512653/CommunityDetection