Research Article

An Improved Integrated Clustering Learning Strategy Based on Three-Stage Affinity Propagation Algorithm with Density Peak Optimization Theory

Table 1

The process of the k-means algorithm.

Step 1: randomly select k objects as the initial clustering center among n data objects
Step 2: according to the principle of minimum distance, the distance from each data object to the clustering center is calculated and assigned to the nearest cluster
Step 3: the average value of each cluster is recalculated, and the convergence function is calculated until the center of each cluster no longer changes
Step 4: when the cluster center does not change, the algorithm is over; otherwise, it will turn to Step 2