CWTSLeiden / networkanalysis

Java package that provides data structures and algorithms for network analysis.
MIT License
144 stars 33 forks source link

Multiplexing/temporal community detection with minimum community size #28

Open ravwojdyla opened 2 weeks ago

ravwojdyla commented 2 weeks ago

Thank you for all you hard work! I'm looking at the leidenalg python package as well as this repo, my use-case is multi-level, temporal community detection with a minimum community size requirement. To my understanding, the java package supports: multi-level community detection and min-community size, but doesn't provide methods for temporal community detection. The python package on the other hand supports temporal community detection, but doesn't provide methods for multi-level community detection nor the min-community size (https://github.com/vtraag/leidenalg/issues/53).

Do you have any recommendations/tips for my use-case? Which package would you reckon would be the path of least resistance for my use-case? Would appreciate your help, and thank you again.