You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sort data and divide it into L partitions: here we could use MPI to implement parallelism for each partition. This produces local clusters, therefore some sort of global reduction mechanism is needed for the final results.
Cluster initialization: here a good SO answer with popular initialization methods