vtraag / leidenalg

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

which function implements multiple time slices [9]? #130

Closed rabbit200 closed 1 year ago

rabbit200 commented 1 year ago

Hi, I'm not sure if your find_partition_temporal function implements the algorithm [9], am I right?

vtraag commented 1 year ago

You can find documentation about the temporal community detection here: https://leidenalg.readthedocs.io/en/stable/multiplex.html#temporal-community-detection

This is based on:

Mucha, P. J., Richardson, T., Macon, K., Porter, M. A., & Onnela, J.-P. (2010). Community structure in time-dependent, multiscale, and multiplex networks. Science, 328(5980), 876–8. 10.1126/science.1184819

rabbit200 commented 1 year ago

You can find documentation about the temporal community detection here: https://leidenalg.readthedocs.io/en/stable/multiplex.html#temporal-community-detection

This is based on:

Mucha, P. J., Richardson, T., Macon, K., Porter, M. A., & Onnela, J.-P. (2010). Community structure in time-dependent, multiscale, and multiplex networks. Science, 328(5980), 876–8. 10.1126/science.1184819

Thanks a lot!