中心點(diǎn)漂移是一種非監(jiān)督聚類算法(與k-means算法相似,但應(yīng)用范圍更廣些),可用于圖像分割,基于Matlab實(shí)現(xiàn)的源碼。
MedoidShift is a unsupervised clustering algorithm(similar to k-means algorithm, but can be used in border application fields), can be used for image segmentation. Included is the Matlab implementation source code.
基本的k-means聚類算法c++實(shí)現(xiàn),對于理解算法的過程非常有幫助。 Basic implementation of k-means algorithm with c++, it is very helpful to understand the procedure of k-means algorithm.