[scikit-learn] Spherical Kmeans #OT

Michael Eickenberg michael.eickenberg at gmail.com
Mon Jun 27 15:10:59 EDT 2016


hmm, not an answer, and off the top of my head:
if you normalize your data points to l2 norm equal 1, and then use standard
kmeans with euclidean distance (which then amounts to 2 - 2 cos(angle
between points)) would this be enough for your purposes? (with a bit of
luck there may even be some sort of correspondence)

Michael

On Monday, June 27, 2016, JAGANADH G <jaganadhg at gmail.com> wrote:

> Hi ,
> is there any Python package available for experiment with Sperical Kmeans ?
>
>
> --
> **********************************
> JAGANADH G
> http://jaganadhg.in
> *ILUGCBE*
> http://ilugcbe.org.in
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-learn/attachments/20160627/9e55d228/attachment.html>


More information about the scikit-learn mailing list