You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Run plotModes() to see result.
Note: 40% generated data is added outlier.
Correction:
In findModes.m, go to kernelized_weights() function and replace:
euclidean_dist = sum(offset.*offset,2) .* inv_bandwidth_sq;
with:
euclidean_dist = sum(offset.*offset,2);
Cite As
Soumitry J Ray (2026). Mean shift for finding modes (https://www.mathworks.com/matlabcentral/fileexchange/39079-mean-shift-for-finding-modes), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.2.0.0 (4.66 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
