Title :
K-means Optimization Algorithm for Solving Clustering Problem
Author :
Dong, Jinxin ; Qi, Minyong
Author_Institution :
Coll. of Comput. Sci., Liaocheng Univ., Liaocheng
Abstract :
The basic K-means is sensitive to the initial centre and easy to get stuck at local optimal value. To solve such problems, a new clustering algorithm is proposed based on simulated annealing. The algorithm views the clustering as optimization problem, the bisecting K-means splits the dataset into k clusters at first, and then run simulated annealing algorithm using the sum of distances between each pattern and its centre based on bisecting K-means as the aim function. To avoid the shortcomings of simulated annealing such as long computation time and low efficiency, a new data structure named sequence list is given. The experiment result shows the feasibility and validity of the proposed algorithm.
Keywords :
pattern clustering; simulated annealing; K-means optimization algorithm; pattern clustering problem; simulated annealing algorithm; Clustering algorithms; Computational modeling; Computer science; Cooling; Data mining; Educational institutions; Instruction sets; Partitioning algorithms; Pattern recognition; Simulated annealing; K-means algorithm; clustering; initial centre; intelligent optimization; simulated annealing;
Conference_Titel :
Knowledge Discovery and Data Mining, 2009. WKDD 2009. Second International Workshop on
Conference_Location :
Moscow
Print_ISBN :
978-0-7695-3543-2
DOI :
10.1109/WKDD.2009.85