| Algorithm 1: K-medoids for uncertain data using a probabilistic distance measure in feature space. |
|
1. Input: : The number of objects in cluster k, : The number of clusters, iter = 0; 2. Randomly select the cluster medoids obtained from the initial clusters 3. Initialize 4. obtained UOSDU, UOSCH, UFSDU, and UFSCH 5. Repeat 6. for to 7. ; 8. Compute the new medoids: 9. while 10. , where is an index of cluster medoid in 11. 12. end 13. Calculate the using Equations (1), (2), (17), and (18). 14. end 15. iter = iter + 1 16. Until ( = Maxiter) |