|
Algorithm 2 Clustering with at least one overlapping cluster in dataset
|
|
Input: dataset Z. Output: cluster and its cluster center , . |
|
2.1: Calculate according to (11), and we can obtain estimated cluster centers , using the DPC algorithm. |
|
2.2: According to (16), for cluster centers that are , the cluster center is ; for cluster centers that are , calculate and according to (12) and (13), then cluster with the k-means algorithm ( clusters). |
|
2.3: Repeat step 2.2, until all the overlapping clusters are all divided into sub-clusters. |
|
2.4: Revisit each cluster to make sure that the CL constraint was satisfied, then calculate the cluster center of each cluster. |