MNCD 1.2.0
dotnet add package MNCD --version 1.2.0
NuGet\Install-Package MNCD -Version 1.2.0
<PackageReference Include="MNCD" Version="1.2.0" />
paket add MNCD --version 1.2.0
#r "nuget: MNCD, 1.2.0"
// Install MNCD as a Cake Addin #addin nuget:?package=MNCD&version=1.2.0 // Install MNCD as a Cake Tool #tool nuget:?package=MNCD&version=1.2.0
MNCD | Multi-layer Network Community Detection
MNCD is a .NET library written in C#, used for community detection in multi-layered networks.
Licensed under MIT.
Installation
MNCD is available through nuget.org.
Development
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:
- Single-Layer
- Multi-Layer
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- Combinatorics (>= 2.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.