1.
The objective of k-means clustering is:
1 point
2.
Which option correctly orders the steps of k-means clustering?
Re-cluster the data points
Choose k random observations to calculate each cluster’s mean
Update centroid to take cluster mean
Repeat until centroids are constant
Calculate data point distance to centroids
1 point
3.
How can we gauge the performance of a k-means clustering model when ground truth is not available?
1 point
4.
When the parameter K for k-means clustering increases, what happens to the error?
1 point
5.
Which of the following is true for partition-based clustering but not hierarchical nor density-based clustering algorithms?
1 point
0 Comments