Machine Learning Intermediate
centroid-based clustering
A category of clustering algorithms that organizes data into nonhierarchical clusters.
Plain English Explanation
A category of clustering algorithms that organizes data into nonhierarchical clusters. k-means is the most widely used centroid-based clustering algorithm. Contrast with hierarchical clustering algorithms. See Clustering algorithms in the Clustering course for more information.
How is it used?
Practitioners refer to centroid-based clustering when building, training, or evaluating machine learning systems. It appears in research papers, product documentation, and technical discussions about AI capabilities and limitations.