Hierachial clustering 这类的方法最大的问题就在于对计算机内存的占用,当然对计算量也是一个严重的考验。n×m  的矩阵要进行 n×n 次计算,n^2 这个函数估计大家应该记得很清楚,汗~~~~

Partitioning clustering 好处就是将计算量由x^2变为 x ,即线性函数。而其典型代表就是kmeans:

kk

图一是kmeans 算法中,增加变量(由1到100)的运算时间,图二是增加单维变量长度(x×1到x×100)。如果增加变量情形下,估计HC应该和PC 一致,但如果同时增加case的话,HC必然崩溃……

相关文章:

  • 既然没有了,那就随便看看吧~~

 Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

   
© 2012 刘思喆 @ 贝吉塔行星 Suffusion theme by Sayontan Sinha