Question: What is the primary method used to determine the optimal number of clusters in K-means?
Options:
Correct Answer: Elbow method
Solution:
The elbow method is a common technique used to determine the optimal number of clusters in K-means by plotting the explained variance against the number of clusters.