An algorithm mainly defines how vertices and/or communities are processed,
when criterion is applyed (quality measurements occur) and what happens
to the communities depending on the value of the quality obtained.
Usage
ALGORITHM
Arguments
Format
A named list with the names of the available algorithms:
LOUVAIN
is a greedy optimization method to extract communities from large networks
by optimizing the density of edges inside communities to edges outside
communities.
See ALGORITHM_LOUVAIN
@references cordeiro2016dynamicDynComm