At the high level, we can specify Mean Shift as follows :
- Fix a window around each data point.
- Compute the mean of data within the window.
- Shift the window to the mean and repeat till convergence.
Read THIS LINK for more
At the high level, we can specify Mean Shift as follows :
Read THIS LINK for more