Marcs Notes

Home

❯

university

❯

Data Science

❯

Machine Learning

❯

Clustering

❯

Partition Based Clustering

Partition-Based Clustering

10. Juni 20251 min read

Partition-Based Clustering

The overall strategy here is to partition the Dataset into a set of k clusters Ci​ such that the sum of squared distances to ci​ is minimized, where ci​ is the centroid or medoid of a cluster Ci​. min∑i=1k​(∑j=1n​d(oj​,ci​)2 You could enumerate all possible partitions and therefore find the optimal solution or you could use heuristic methods like:

  • k-means Clustering
  • k-medoids Clustering
  • Clustering Large Applications
  • Randomized CLARA

Graphansicht

Backlinks

  • Clustering

Erstellt mit Quartz v4.5.0 © 2025

  • GitHub