POSTPROCESSING_DENSOPT
Implementation of the density optimization algorithm as a post processing algorithm.
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.
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.
poltergeist0
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.