K-medians clustering
K-medians clustering is a partitioning technique used in cluster analysis. It groups data into k clusters by minimizing the sum of distances—typically using the Manhattan (L1) distance—between data points and the median of their assigned clusters.