neo4j-graph-algorithms icon indicating copy to clipboard operation
neo4j-graph-algorithms copied to clipboard

Edges of community

Open ghost opened this issue 5 years ago • 0 comments
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?

ghost avatar Feb 27 '20 02:02 ghost