The primary limitation of K-Means clustering is its reliance on a centroid-based model that assumes clusters are spherical and have similar density. K-Means functions by assigning each data point to the nearest center point, or centroid, which forces the resulting clusters to take on a round, compact shape centered around that point. Because of this geometri....
Log in to view the answer