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

Algorithm: Label Propagation #95

Open mknblch opened 7 years ago

mknblch commented 7 years ago

Label Propagation is a clustering algorithm already implemented in current apoc-procedures.

Progress

TODO

jexp commented 7 years ago

@knutwalker @maxdemarzi also had a label propagation, could you quickly check if that's better implemented? Please also check the others. https://github.com/maxdemarzi/graph_processing#algorithms-implemented

knutwalker commented 7 years ago

Sure thing, will do!