0

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.

Cartesian Theater
  • 1,920
  • 2
  • 29
  • 49

1 Answers1

0

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

Abdullah Elen
  • 534
  • 4
  • 13