About Anaconda Help Download Anaconda

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

copied from cf-staging / louvain

Installers

Info: This package contains files in non-standard labels.
  • linux-64 v0.8.2
  • osx-64 v0.8.2
  • win-64 v0.8.2

conda install

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

Description

This package implements the louvain 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 finds the optimal partition using the louvain algorithm for a number of different methods.


© 2024 Anaconda, Inc. All Rights Reserved. (v3.0.9) Legal | Privacy Policy