Learn R Programming

DynComm (version 2020.1.6)

POSTPROCESSING: List of available post processing algorithms.

Description

A post processing algorithm is a function that modifies the results presented to the user, allowing for limited result manipulation, but does not internally modify the results obtained by the algorithm.

Usage

POSTPROCESSING

Arguments

Format

A named list with the names of the available algorithms:

DENSOPT

Density optimization is an algorithm that provides a community structure based on the increase of the average community density. See postProcessDensOpt @references Sarmento2019AprDynComm

Details

As an example, we are only interested in viewing communities larger than some value but do not want to actually remove the smaller ones from the graph, invalidating possible future processing over them. A post processing algorithm can filter the unwanted values from the results or present a more compact version of them.

See Also

DynComm

Examples

Run this code
# NOT RUN {
POSTPROCESSING$DENSOPT

# }

Run the code above in your browser using DataLab