vtraag / leidenalg

Implementation of the Leiden algorithm for various quality functions to be used with igraph in Python.
GNU General Public License v3.0
606 stars 78 forks source link

resolution_profile/quality() for temporal communties #171

Open p-dre opened 7 months ago

p-dre commented 7 months ago

I would like to determine the quality at different resolutions. Is it possible to use resolution_profile also with optimiser.optimise_partition_multiplex or find_partition_temporal? or is there a possibility to use quality()?

vtraag commented 7 months ago

No, resolution_profile only supports bisecting a resolution range on a single dimension. Since using multiple layers results in multiple dimensions, this is not supported. However, you might be able to grab the code from resolution_profile and change it to accommodate what you would like to do?