I was trying to read the documentation on sklearn's MeanShift and saw this formula:
What is the K function? I couldn't find it on that page.
K is Gaussian Kernel. You can see this document about MeanShift. Also, if you want to have an Open Source Framework (Accord.NET).