Question: Which of the following is a limitation of the K-means algorithm?
Options:
Correct Answer: It requires the number of clusters to be specified in advance
Solution:
A key limitation of K-means is that it requires the number of clusters to be specified beforehand, which can be challenging in practice.