Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 506 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 506 Bytes

Markov Cluster Algorithm (MCL) Package

Overview

This package provides an implementation of the Markov Cluster Algorithm (MCL), a popular algorithm for graph clustering developed by Stijn van Dongen. MCL is used to identify clusters or communities within a graph, which is represented as a square matrix.

Installation

To install this package, clone the repository and install the required dependencies:

git clone <repository-url>
cd <repository-directory>
pip install -r requirements.txt