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