@graphty/algorithms / index / labelPropagationAsync
Function: labelPropagationAsync() ​
labelPropagationAsync(
graph,options):LabelPropagationResult
Defined in: algorithms/community/label-propagation.ts:391
Asynchronous Label Propagation Updates all nodes simultaneously (can lead to oscillations)
Parameters ​
graph ​
Undirected graph (can be weighted)
options ​
Algorithm options
Returns ​
Community assignments