Exercise
May 26'23
Answer
Key: D
(A) For K-means the initial cluster assignments are random. Thus different people can have different clusters, so the statement is not true for K-means clustering. It is true for hierarchical clustering.
(B) For K-means the number of clusters is set in advance and does not change as the algorithm is run. For hierarchical clustering the number of clusters is determined after the algorithm is completed.
(C) For K-means the algorithm needs to be re-run if the number of clusters is changed. This is not the case for hierarchical clustering.
(D) This is true for K-means clustering. Agglomerative hierarchical clustering starts with each data point being its own cluster.