Networkanalysis Versions Save

Java package that provides data structures and algorithms for network analysis.

1.3.0

9 months ago

Update of the networkanalysis package. Support for 64-bits arrays has been added. The package can now also handle large networks with more than 1,073,741,823 edges.

1.2.0

9 months ago

Update of the networkanalysis package. Some convenience methods in the nl.cwts.networkanalysis.Clustering and nl.cwts.util.Array classes have been added.

1.1.0

3 years ago

Update of the networkanalysis package. In addition to network clustering, the package now also covers network layout, using the VOS layout technique. Furthermore, network clustering now also supports normalization of edge weights and removal of small clusters.

1.0.0

5 years ago

Initial release of the networkanalysis package. Currently, the package is limited to clustering (or community detection) in networks.