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.

Label Propagation Algorithm

LJRB
Graph Buddy

Hello everybody,

I'm learning Label Propagation Algorithm. I don't know how the data has to be, do I need to have a dense network ?
I also don't about the relationship, I got all my nodes, but I don't know how to get the good labels. Do I need to have a lot of relationships between every nodes ?

2 REPLIES 2

The label propagation will run on any graph -- the density of your graph will determine how many communities you find.

You need to have some relationships between your nodes, otherwise they will all be in individual communities.

Please see the documentation: https://neo4j.com/docs/graph-data-science/current/algorithms/label-propagation/

Thank you very much for the answer