
Ultimate access to all questions.
You are using the K-means algorithm to perform clustering. You need to define the possible stopping conditions for the algorithm. Which three conditions can you use? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
A
Centroids do not change between iterations.
B
The residual sum of squares (RSS) rises above a threshold.
C
The residual sum of squares (RSS) falls below a threshold.
D
A fixed number of iterations is executed.
E
The sum of distances between centroids reaches a maximum.