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.
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.