neo4j-contrib / neo4j-graph-algorithms

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

Support {graph:'huge'} for label propagation #842

Closed knutwalker closed 5 years ago

knutwalker commented 5 years ago

This is not yet full huge support for LPA but allows for the huge graph to be used in case it isn't actually huge but can be used in places where a simple Graph is sufficient.

mneedham commented 5 years ago

@knutwalker is this now ready for review?

knutwalker commented 5 years ago

@mneedham yea, sure. I've added all follow-ups that aren't ready yet to another branch, so this one is independent and can be reviewed/merged.

mneedham commented 5 years ago

@knutwalker this all looks good. Think we created some conflicts from merging the huge loading stuff earlier