pub type igraph_lpa_variant_t = c_uint;Expand description
\typedef igraph_lpa_variant_t \brief Label propagation algorithm variants of implementation
Variants to run the label propagation algorithm. \enumval IGRAPH_LPA_DOMINANCE Check for dominance of all nodes after each iteration \enumval IGRAPH_LPA_RETENTION Keep current label if among dominant labels, only check if labels changed \enumval IGRAPH_LPA_FAST Sample from dominant labels, only check neighbors