center point between 2 data group
显示 更早的评论

can any body help me, i got a problem. in the picture, there are 2 data group.can any body tell me, how to find the algorithm to decide center point of two data group ( red mark point) and what the priciples can solve it ?
can i use matlab to solve it?
回答(1 个)
Image Analyst
2013-11-1
0 个投票
Perhaps kmeans() in the Statistics Toolbox. Specify 2 clusters. Otherwise if you know what ranges your data lies in, in advance, you can sum your data points horizontally and look for the "gap", which you should find between 20 and 30 for this particular data set.
8 个评论
jakv
2013-11-1
Sukuchha
2013-11-1
type doc kmeans if yuou have statistics toolbox
Image Analyst
2013-11-1
jakv
2013-11-1
Image Analyst
2013-11-2
So how did it work out?
jakv
2013-11-7
jakv
2013-11-7
Image Analyst
2013-11-7
There are probably lots of algorithms. You can look up kmeans on the web if you want that algorithm (because you said you have two clusters). There are other methods such as http://www.mathworks.com/matlabcentral/fileexchange/35014-clusterdata if you don't know the number of clusters. Please mask my Answer as Ac we're done now.
类别
在 帮助中心 和 File Exchange 中查找有关 k-Means and k-Medoids Clustering 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!