Discuss the elbow method.
Elbow method
On this page
Elbow method
In K-Means algorithm we need to specify the number of clusters. As is the inherent nature of the algorithm, with increase in number of clusters the WCSS decreases. But the rate of decrease is steep for first few points and then plateaus. Thus the curve resembles the shape of human elbow, hence the name. The point of inflection is the ideal number of cluster for the given dataset.