[mlpack-git] [mlpack] Mean shift clustering (#388)

Ryan Curtin notifications at github.com
Sat Jan 31 00:15:47 EST 2015


Before I merge this, we still need to address different kernels that may have derivatives that are not the kernel function itself.  Like you've already done, we can assume that the kernel is shift-invariant by virtue of the fact that is has the function `Evaluate(double)`.  But what we really need to be using is a `Gradient()` function, so that will need to be added to all of the shift-invariant kernels that mlpack has.

---
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/pull/388#issuecomment-72305311
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20150130/894ded39/attachment.html>


More information about the mlpack-git mailing list