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

POSTPROCESSING_DENSOPT

POSTPROCESSING_DENSOPT


Description

Implementation of the density optimization algorithm as a post processing algorithm.

Performance

Initialization

Uses a matrix with three columns and a maximum of verticelAll()^2 rows with the edges between vertices and their weight (vertex<->vertex<->weight) of the original graph. Temporarily stores a copy of the graph to calculate a new community mapping.

Results

Uses a matrix with two columns and verticesAll() rows with the new community mapping (vertex<->community). Uses a matrix with three columns and a maximum of communityCount()^2+communityCount() rows with the edges between communities and their weight (community<->community<->weight).

#' @section PARAMETERS: This post processing algorithm does not require any parameters.

Author(s)

poltergeist0

See Also


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.