ANN: clustering-0.1.0

2 Mar
2015
2 Mar
'15
12:37 a.m.
https://hackage.haskell.org/package/clustering This package provides optimal algorithms (O(N^2)) for hierarchical clustering, including single linkage, complete linkage, average linkage, weighted linkage, and Ward's method. Benchmarks of average linkage can be found here: https://github.com/kaizhang/clustering. I hope this would be useful in general. Motivation of this work: I found the "hierarchical-clustering" library cannot handle large input (>10^4) due to its suboptimal algorithms. Best, Kai
3733
Age (days ago)
3733
Last active (days ago)
0 comments
1 participants
participants (1)
-
Kai Zhang