krrepo / scipy-cluster

Automatically exported from code.google.com/p/scipy-cluster
Other
0 stars 0 forks source link

Incremental clustering #26

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

 first of all, thanks for the great module! 

 I was wondering if is possible to do incremental HAC with hcluster. Or if
there is any quick workaround.

 Thanks in advance,
 Manos._

Original issue reported on code.google.com by tsagias@gmail.com on 21 Sep 2009 at 10:00

GoogleCodeExporter commented 8 years ago
Thanks for your interest! Glad you like it. At the moment, there's no way to
incrementally build a hierarchical clustering tree without storing an O(n^2) 
distance
matrix. If you'd like to work on this feature, please let me know!

Thanks,

Damian

Original comment by damian.e...@gmail.com on 14 Nov 2009 at 3:44

GoogleCodeExporter commented 8 years ago

Original comment by damian.e...@gmail.com on 16 Jan 2010 at 7:17