Mean Shift Clustering
Use mean shift clustering to determine the optimal number of clusters.
We'll cover the following...
Chapter Goals:
- Learn about the mean shift clustering algorithm
A. Choosing the number of clusters
Each of the clustering algorithms we've used so far require us to pass in the number of clusters. This is fine if we already know the number of clusters we want, or have a good guess for the number of clusters. However, ...