mpk112 / infomap

Multi-level network clustering based on the Map equation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Infomap Software Package

Infomap is a network clustering algorithm based on the Map equation.

For more info, see www.mapequation.org.

Getting started:

In a terminal with the GNU Compiler Collection installed, just run make in the current directory to compile the code with the included Makefile. Call ./Infomap to run.

Run ./Infomap --help or visit options for a list of available options.

Infomap can be used both as a standalone program and as a library. See the examples folder for examples.

We also include a Jupyter notebook with the examples that can be viewed online.

Authors:

Daniel Edler Martin Rosvall

For contact information, see http://www.mapequation.org/about.html

For a list of recent feature updates, see CHANGES.txt in the source directory.

Terms of use:

The Infomap software is released under a dual licence.

To give everyone maximum freedom to make use of Infomap and derivative works, we make the code open source under the GNU Affero General Public License version 3 or any later version (see LICENSE_AGPLv3.txt.)

For a non-copyleft license, please contact us.

About

Multi-level network clustering based on the Map equation

License:GNU Affero General Public License v3.0


Languages

Language:C++ 98.6%Language:Makefile 0.9%Language:JavaScript 0.3%Language:Python 0.2%Language:Dockerfile 0.1%