Learn R Programming

DynComm (version 2020.1.6)

ALGORITHM: List of available algorithms.

Description

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

See Also

DynComm

Examples

Run this code
# NOT RUN {
ALGORITHM$LOUVAIN


# }

Run the code above in your browser using DataLab