-
-
Created by: @emin156
Source: https://github.com/RedisGraph/RedisGraph/issues/1267
Hi,
so we created our own louvain algorithm under algorithms and registered them under the procedures, but every ti…
-
Leiden University advanced the community identification algorithm first developed by Universite catholique de Louvain in the paper [From Louvain to Leiden: guaranteeing well-connected communities](htt…
-
Just a question to ask how to use the parameter that it is mentioned also in the original GDS page in the algorithm presentation. Apparently there is some one to one correspondence with some parameter…
-
I recently stumbled across the paper: https://www.nature.com/articles/s41598-019-41695-z
**From Louvain to Leiden: guaranteeing well-connected communities**
V. A. Traag, L. Waltman & N. J. van E…
-
The idea is to list and test classic, pre-implemented algorithms for community detection:
- Louvain detection using this implementation https://github.com/taynaud/python-louvain/
- hierarchical clus…
-
The Phenograph option in utility.init_clustering() currently uses the Louvain algorithm (which is the default setting) and has no option for adjusting the number of clusters. Generally, the Leiden alg…
-
Hi,
so we created our own louvain algorithm under algorithms and registered them under the procedures, but every time we fire this algorithm up on around 10.000 Nodes and 300.000 relations, redis s…
-
-
Updates in #451 have fixed things here BUT we need to sweep through already-uploaded datasets and correct the type of this column.
_Originally posted by @jorvis in https://github.com/IGS/gE…