Learn R Programming

DynComm (version 2020.1.6)

POSTPROCESSING_DENSOPT: POSTPROCESSING_DENSOPT

Description

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

Arguments

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.

See Also

DynComm