K-means algorithm----读书笔记

    The K-means algorithm is based on the use of squared Euclidean distance as the measure of 

dissimilarity between a data point and a prototype vector. We can then define an objective function,

sometimes called a distortion measure, given by 

    J=Σn=1Σk=1rnk||xnk||2,where n=1,...N, k=1,...,K, N is observations of a random D-dimensional

Euclidean variable x, K is number of clusters. J represents the sum of the squares of the distances of

each data point to its assigned vector μk.

猜你喜欢

转载自www.cnblogs.com/donggongdechen/p/9789561.html
今日推荐