模糊C-均值聚类算法受初始化影响较大,在迭代时容易陷入局部极小值。将粒子群优化算法与模糊G-均值聚类算法相结合,提出一种新颖的动态聚类算法。该算法利用人工免疫思想改进粒子群优化过程,在很大程度上避免了粒子群算法和聚类算法早熟现象的发生,全局搜索能力和局部搜索能力优于同类算法。利用聚类理论中的经验规则kmax≤√n确定聚类数k的搜索范围,在最优粒子基础上进化新一级种群,该方案可有效提高算法的收敛速度。两组数据的仿真实验表明,新算法优于传统模糊C-均值聚类算法,具有收敛速度快和解的精度高的特点。
The fuzzy C-means(FCM) clustering algorithm is sensitive to the situation of the initialization and easy to fall into the local minimum when iterating.A novel dynamic clustering algorithm based on the combination of FCM algorithm with particle swarm optimization(PSO) algorithm is proposed in this paper.The artificial immune mechanism is introduced in improving the process of particle swarm optimization,so that the premature convergence of PSO and FCM algorithm is avoided,which makes the algorithm's global s...