About Anaconda Help Download Anaconda

Implementation of the Leiden algorithm for various methods for use with igraph in python.

copied from cf-staging / leidenalg

Installers

Info: This package contains files in non-standard labels.
  • linux-64 v0.10.2
  • linux-aarch64 v0.10.2
  • linux-ppc64le v0.10.2
  • osx-64 v0.10.2
  • osx-arm64 v0.10.2
  • win-64 v0.10.2

conda install

To install this package run one of the following:
conda install conda-forge::leidenalg
conda install conda-forge/label/cf202003::leidenalg

Description

This package implements the Leiden algorithm in C++ and exposes it to python. It relies on (python-)igraph for it to function. Besides the relative flexibility of the implementation, it also scales well, and can be run on graphs of millions of nodes (as long as they can fit in memory). The core function is find_partition which is able to optimize a variety of quality functions using the Leiden algorithm.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy