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

Description Usage Format Details Author(s) See Also Examples

Description

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

Usage

1

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

Author(s)

poltergeist0

See Also

DynComm

Examples

1
CRITERION$MODULARITY

DynComm documentation built on Oct. 23, 2020, 5:57 p.m.