CWTSLeiden / networkanalysis

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

Change project layout and add test for new wrapper class #2

Closed shvets closed 3 years ago

shvets commented 5 years ago

Looks like RunNetworkClustering has small bug: on line 338 Clustering clustering = initialClustering.clone(); this statement should be outside of the loop.

vtraag commented 5 years ago

Thank you for the changed layout and the added mvn/gradle configuration! That was still on our wishlist. We will checkout the code.

Regarding line 338: the statement is correct. The algorithm interface can repeatedly detect communities and take the best out of the nRandomStarts.

neesjanvaneck commented 3 years ago

Thanks for your suggestion! We have implemented the use of Gradle for building and publishing in #11.