Skip to main content
. 2019 Dec 31;20(1):238. doi: 10.3390/s20010238
Algorithm 1 Clustering without any overlapping cluster in datasetZ
Input: dataset Z. Output: cluster Ci and its cluster center zi, i{1,2,,k}.
1.1: Calculate ρi according to (10) and determine whether there is any overlapping cluster in dataset Z according to (16). If there is no overlapping cluster, go to step 1.2; otherwise, see Algorithm 2.
1.2: Calculate CT and ki according to (14) and (15), then cluster CT using the k-means algorithm.
1.3: Revisit each cluster Ci to make sure that the CL constraint was satisfied, then calculate the cluster center zi of each cluster.