Skip to content

matejkubinec/mncd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

C# library for community detection in multi-layer networks.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published