Hi.
The clusters in mean shift can have arbitrary shapes.
So the ellipses would be overlapping.
Look at the clusters in this graph:
http://scikit-learn.org/dev/auto_examples/cluster/plot_cluster_comparison.html

With the right parameter settings, mean shift could "correctly" cluster the first two.

Best,
Andy

On 03/07/2016 03:03 AM, gea wrote:
Hi,
I am working with an implementation of the mean shift algorithm using sklearn.cluster from

http://scikit-learn.org/stable/auto_examples/cluster/plot_mean_shift.html

and would like to compute the ellipses around the clusters.

Is there an implementation for this?

Thanks


------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://makebettercode.com/inteldaal-eval


_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://makebettercode.com/inteldaal-eval
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to