Learn R Programming

modMax (version 1.1)

Community Structure Detection via Modularity Maximization

Description

The algorithms implemented here are used to detect the community structure of a network. These algorithms follow different approaches, but are all based on the concept of modularity maximization.

Copy Link

Version

Install

install.packages('modMax')

Monthly Downloads

120

Version

1.1

License

GPL-2

Maintainer

Last Published

July 24th, 2015

Functions in modMax (1.1)

modMax-package

Calculate network modularity via maximization algorithms
geneticAlgorithm

Genetic algorithm
extremalOptimization

Extremal optimization (EO) algorithms
greedy

Greedy algorithms
localModularity

Algorithms using local modularity
simulatedAnnealing

Simulated annealing algorithms
spectralOptimization

Spectral optimization algorithms