Journal of Jilin University Science Edition ›› 2021, Vol. 59 ›› Issue (5): 1205-1211.

Previous Articles     Next Articles

An Incremental MinMax k-Means Clustering Algorithm

HU Yating1, CHEN Yinghua1, BAOYIN Bate2, QU Fuheng3, LI Zhuoshi1   

  1. 1. School of Information and Technology, Jilin Agriculture University, Changchun 130118, China; 2. Jilin Science and Technology Works Service Center, Changchun 130021, China; 3. School of Computer Science and Technology, Changchun University of Science and Technology, Changchun 130022, China
  • Received:2020-08-12 Online:2021-09-26 Published:2021-09-26

Abstract: Aiming at the problem that MinMax k-means algorithm was easy to generate empty solutions, slow convergence speed and low computational efficiency, we proposed an incremental MinMax k-means clustering algorithm. The algorithm started from a given initial clustering number, and generated new cluster centers by increasing a fixed step length. The fast dividing method based on data balance was used to generate incremental cluster centers, so as to avoid the large amount of calculation problem caused by traversing data and too many running times of k-means clustering algorithm in traditional incremental clustering center selection. Compared with MinMax k-means and related algorithms, the experimental results show that the algorithm is superior to the comparison algorithm in calculation efficiency and accuracy, and effectively improves the sensitivity of MinMax k-means clustering to initialization center and easy to generate empty solutions.

Key words: k-means clustering, incremental clustering, initialization, cluster center

CLC Number: 

  • TP391.4