neo4j-graph-algorithms
neo4j-graph-algorithms copied to clipboard
Edges of community
trafficstars
Hey there. I've been using LPA community detection for a few months now.
As seen in 6.21 there are no edges returned. https://neo4j.com/docs/graph-algorithms/current/algorithms/label-propagation/
| Name | Type | Description |
+ ------+------+---------------+
| nodeId | int | Node ID |
| label | int | Community ID |
In complex graphs, I don't know which edges are truly responsible for connecting the community. As a feature request, I'd like to suggest returning triplets (node1)-edge1-(node2). Or maybe that is just 'not a thing' in community detection?