Discussion:
[Scikit-learn-general] drawing ellipses around clusters in mean shift clustering
gea
2016-03-07 08:03:32 UTC
Permalink
------------------------------------------------------------------------------
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
Andreas Mueller
2016-03-07 16:21:21 UTC
Permalink
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
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
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
Loading...