[Haskell-cafe] ANN: clustering-0.1.0
Kai Zhang
kai at kzhang.org
Mon Mar 2 05:37:41 UTC 2015
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20150301/97470554/attachment.html>
More information about the Haskell-Cafe
mailing list