You could also supply it with just one seed. Then you can think of that
seed as a point that is the center of a circle. The radius of the circle is
the bandwidth.
In a nutshell, the algorithm will just shift that circle around until it
covers as many points as possible. It decides on the direction of each
shift by finding the centroid of the points covered by the circle.
But as the others say, one nice feature of mean shift is that it discovers
the number of clusters.
Conrad
On Wed, Oct 5, 2011 at 9:45 PM, Olivier Grisel <[email protected]>wrote:
> 2011/10/5 Brian Holt <[email protected]>:
> > Is there a way to specify the number of cluster centres required by
> > meanshift? From the documentation and a bit of playing around, it seems
> > like algorithm decides how many cluster centres to discover...
>
> This is supposed to be the main selling point of the mean shift :) You
> can adjust the bandwidth parameter though.
>
> --
> Olivier
> http://twitter.com/ogrisel - http://github.com/ogrisel
>
>
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure contains a
> definitive record of customers, application performance, security
> threats, fraudulent activity and more. Splunk takes this data and makes
> sense of it. Business sense. IT sense. Common sense.
> http://p.sf.net/sfu/splunk-d2dcopy1
> _______________________________________________
> Scikit-learn-general mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
>
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general