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.
To install this package, clone the repository and install the required dependencies:
git clone <repository-url>
cd <repository-directory>
pip install -r requirements.txt