lbehnke / hierarchical-clustering-java

Implementation of an agglomerative hierarchical clustering algorithm in Java. Different linkage approaches are supported.
141 stars 79 forks source link

Maven release #3

Closed nopper closed 9 years ago

nopper commented 10 years ago

Just wondering why this library is not published in maven already. It is really complete and it gives more possibilities than the counterpart in Weka. It also has a really clean and well structured code. Really good work.

lbehnke commented 9 years ago

I just wanted to let you know that the library (v1.0.3) is now submitted to maven central and will be available for download within a couple of hours.

nopper commented 9 years ago

thanks :+1: