摘要: Ncut 谱聚类算法推导验证 阅读全文
posted @ 2018-01-28 23:12 bregman 阅读(303) 评论(0) 推荐(0)
摘要: ```C ifndef KMIN_H_ define KMIN_H_ / / / min k values problem with maxheap data structure / / the computation cost is nlog(k) / / / / void kmin_maxhea 阅读全文
posted @ 2018-01-28 00:25 bregman 阅读(189) 评论(0) 推荐(0)