Differences
This shows you the differences between two versions of the page.
| courses:cs211:winter2018:journals:holmesr:section_4.7 [2018/03/06 02:39] – created holmesr | courses:cs211:winter2018:journals:holmesr:section_4.7 [2018/03/06 03:58] (current) – holmesr | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Section 4.7 Clustering ====== | ====== Section 4.7 Clustering ====== | ||
| + | Clustering problems revolves around classifying objects into groups based on their distance from one another. For some collections of items, this distance can be physical but for many others, the distance is a measure of similarity for which a distance function must be defined. The idea of a clustering is that items more like each other will be in the same cluster, while items less like each other will be in disparate clusters. The trouble is finding an efficient way to partition these objects into a specified number k clusters. | ||
| + | It turns out that deleting the k-1 costliest edges from Kruskal' | ||
| + | |||
| + | Since a clustering is yielded by an execution of Kruskal' | ||
| + | |||
| + | I found this chapter surprisingly intuitive and stimulating and thus it was easily readable. | ||
