Class | Description |
---|---|
KMeansCheckpointingWorker |
It is the main class for the K-Means clustering which consists of four main tasks namely
generation of datapoints and centroids, partition and read the partitioned data points,
read the centroids, and finally perform the distance calculation.
|