CWTSLeiden / networkanalysis

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

Integration of VOS layout algorithm #9

Closed neesjanvaneck closed 4 years ago

neesjanvaneck commented 4 years ago

I have integrated the code of the VOS layout algorithm in the existing code of the package. Some minor changes have been made in the existing clustering code in order to make it consistent with the new layout code. In addition, the normalization of edge weights has been implemented for network clustering and methods for removing (small) clusters have been added.

neesjanvaneck commented 4 years ago

Thanks a lot @vtraag! Based on your excellent comments and suggestions, I have made several improvements and changes in the code.