MNCD 1.2.0

dotnet add package MNCD --version 1.2.0                
NuGet\Install-Package MNCD -Version 1.2.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MNCD" Version="1.2.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MNCD --version 1.2.0                
#r "nuget: MNCD, 1.2.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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

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

.NET 8 SDK

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:

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.0 90 11/22/2024
1.1.0 776 5/5/2020
1.0.0 510 3/30/2020