In the https://docs.databricks.com/spark/latest/graph-analysis/graphframes/user-guide-scala.html standard example:
- The Strongly Connected Components seem reasonable computationally when looking also at them visually on a drawing.
- Therefore I am surprised at the Label Propagation for detecting "communities".
What am I missing? [A, D, E] I would have thought would be a community as well from the data and that results would be similar. I tried with more cycles. Label Propagation seems the poor cousin of "clustering".



