cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Relationship in Label Propagation Algorithm

LJRB
Graph Buddy

I would like to know if I can give to the LPA more than one relationship type.

Is the label propagating only on one type of relationship?

1 REPLY 1

Can you use GDS instead of Graph Algorithms Library?

The "relationshipTypes" is String[] in Graph Data Science Library (GDS).
The "relationship type" is string in Graph Algorithms Library.

https://neo4j.com/docs/graph-data-science/current/algorithms/label-propagation/
https://neo4j.com/docs/graph-algorithms/current/algorithms/label-propagation/