Learn R Programming

MCL (version 1.0)

Markov Cluster Algorithm

Description

Contains the Markov cluster algorithm (MCL) for identifying clusters in networks and graphs. The algorithm simulates random walks on a (n x n) matrix as the adjacency matrix of a graph. It alternates an expansion step and an inflation step until an equilibrium state is reached.

Copy Link

Version

Install

install.packages('MCL')

Monthly Downloads

938

Version

1.0

License

GPL (>= 2)

Maintainer

Ronja Foraita

Last Published

March 11th, 2015

Functions in MCL (1.0)

MCL-package

Markov Cluster Algorithm
mcl

Markov Cluster Algorithm