Consider that we introduce negative marking in this exam. After getting the results, you observe that eight of your friends {f1,…,f8} have scored the following marks respectively:
{5, 6, -2, -3, 1, 7, -4, -1}
You want to cluster your friends into two groups based on their marks by using the Lloyd's algorithm.
You initialize the algorithm by keeping the first four friends, i.e., {f1,f2,f3,f4} in cluster 1 (C1) and the last four friends, i.e., {f5,f6,f7,f8} in cluster 2 (C2).
How would the clusters look like after executing one step of Lloyd's algorithm?