Quick Question
K-means clustering differs from Hierarchical clustering in a couple important ways. Which of the following statements is true?
Explanation
In k-means clustering, you have to pick the number of clusters before you run the algorithm, but the computational effort needed is much less than that for hierarchical clustering (we'll see this in more detail during the recitation).