scikit-learnmean-shift

Mean-Shift sklearn K function


I was trying to read the documentation on sklearn's MeanShift and saw this formula:

enter image description here

What is the K function? I couldn't find it on that page.


Solution

  • K is Gaussian Kernel. You can see this document about MeanShift. Also, if you want to have an Open Source Framework (Accord.NET).