Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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

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 Sarmento RP (2019). “Density-based Community Detection/Optimization.” arXiv. 1904.12593, https://arxiv.org/abs/1904.12593.

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.

Author(s)

poltergeist0

See Also

Examples

POSTPROCESSING$DENSOPT

DynComm

Dynamic Network Communities Detection and Generation

v2020.1.6
GPL-2
Authors
Rui P. Sarmento [aut, cre] (<https://orcid.org/0000-0003-1891-5295>), Luís Lemos [aut], Mário Cordeiro [ctb], Giulio Rossetti [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.