Govur University Logo
--> --> --> -->
...

When using K-Means clustering, what is the primary limitation of the algorithm that is explicitly addressed by using DBSCAN for datasets with irregular density or non-spherical shapes?



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



Redundant Elements