An Automatic Clustering Method Based On Maximum Distance

Hongbo Zhou,Yongqiang Feng,Juntao Gao
2015-01-01
Abstract:Traditional k-means clustering algorithm needs to determine cluster number and select initial cluster centers in advance, considering the shortcomings of k-means algorithm, the paper proposed an improved efficient clustering algorithm. The algorithm does not require pre-determined number of clusters and initial cluster centers, select cluster centers according to the principle of maximum distance, divide cluster according to the principle of minimum distance, and determine the optimal cluster partition according to the distance evaluation function. The improved algorithm avoids the choice of the value of cluster number and initial centers. Hence this method can produce more accurate clustering results than the standard k-means algorithm. Experimental results show that the improved algorithm has good performance and high time efficiency.
What problem does this paper attempt to address?