Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
courses:cs211:winter2014:journals:fred:4.7_clustering [2014/03/04 23:18] – gisaf | courses:cs211:winter2014:journals:fred:4.7_clustering [2014/03/04 23:20] (current) – gisaf | ||
---|---|---|---|
Line 10: | Line 10: | ||
What is the connection to MST's? Our procedure is precisely applying Kruskal' | What is the connection to MST's? Our procedure is precisely applying Kruskal' | ||
**Analyzing the Algorithm**. | **Analyzing the Algorithm**. | ||
- | We claim that the components formed by deleting k-1 most expensive edges of the MST constitute a k-clustering of maximum spacing. | + | We claim that the components formed by deleting k-1 most expensive edges of the MST constitute a k-clustering of maximum spacing, proof on //page 160-161//. What is the running time of finding k-clusters?? |
+ | |||
+ | This section was easy to read through but required some attention, its scale is 8.5/10. |