community - What algorithms can be used for community detection with this action?

Réponse

The action supports two main algorithms for community detection: the Louvain algorithm ('LOUVAIN'), which is the default, and the Label Propagation algorithm ('LABELPROPAGATION'). You can specify which one to use with the 'algorithm' parameter.
Did this answer help you?