|
Algorithm 1 Clustering without any overlapping cluster in dataset
|
|
Input: dataset Z. Output: cluster and its cluster center , . |
|
1.1: Calculate according to (10) and determine whether there is any overlapping cluster in dataset according to (16). If there is no overlapping cluster, go to step 1.2; otherwise, see Algorithm 2. |
|
1.2: Calculate and according to (14) and (15), then cluster using the k-means algorithm. |
|
1.3: Revisit each cluster to make sure that the CL constraint was satisfied, then calculate the cluster center of each cluster. |