Learn R Programming

DynComm (version 2020.1.6)

CRITERION: List of available CRITERION (quality measurement functions).

Description

A criterion is used to indicate the proximity of the current grouping of vertices (communities) to the optimum one.

Usage

CRITERION

Arguments

Format

A named list with the names of the available CRITERION:

MODULARITY

Newman-Girvan See CRITERION_MODULARITY

Details

Theoretically, the bigger the value returned by the criterion, the closer the current grouping is to the best possible grouping.

Each CRITERION internally defines two functions. One is used to evaluate if moving a vertex from one group (community) to another possibly yields a better overall result. The other is used to measure the actual overall quality of the entire grouping (current community mapping).

Not all criterion might be available for all algorithms. See each algorithms' help to find which criterion is supported

See Also

DynComm

Examples

Run this code
# NOT RUN {
CRITERION$MODULARITY

# }

Run the code above in your browser using DataLab