Skip to content

Latest commit

 

History

History
72 lines (48 loc) · 2.39 KB

README.md

File metadata and controls

72 lines (48 loc) · 2.39 KB

MNCD

MNCD | Multi-layer Network Community Detection

MNCD is a .NET library written in C#, used for community detection in multi-layered networks.

Installation

MNCD is available through nuget.

Examples

Overview

Implemented are several approaches to apply community detection on a network.

Single-Layer

There are two main methods to apply single-layer community detection algorithms on multi-layered network.

MNCD implements these single-layer community detection algorithms:

One Layer Only

Community detection is applied only on one selected layer.

Flattening

Network is flattened and then a single-layer community detection algorithm is applied.

MNCD implements these flattening methods:

Multi-Layer

MNCD implements two multi-layer community detection algorithms:

Measures

MNCD implements also measures for evaluating detected communities: