neo4j-contrib / neo4j-graph-algorithms

Efficient Graph Algorithms for Neo4j
https://github.com/neo4j/graph-data-science/
GNU General Public License v3.0
771 stars 194 forks source link

Algo rnlouvain3.4 #819

Closed mknblch closed 5 years ago

mneedham commented 5 years ago

@mknblch Rather then the config being randomNeighbor:false, can we instead make it more generic.

So like this instead:

communitySelection: "classic" - default, uses the standard Louvain approach communitySelection: "random" - random neighbors approach