How can I cluster data?

2 次查看(过去 30 天)
M
M 2013-10-31
评论: Ilya 2013-10-31
Hi,
I have a set set of 3D data (i.e. X,Y,Z coordinates for each point). I would like to cluster these points into groups such that the distance from the centroid of the cluster to the point furthest from the center is not more than 10 nanometres. (i.e. radius of the cluster is not more than 10 nm). K-means doesn't seem particularity useful for this purpose as you have to specify the number of clusters.
Can anyone suggest a way to group points such that they are not separated by more than a specified distance?
  1 个评论
Ilya
Ilya 2013-10-31
You need to specify additional constraints on the desired clustering solution. Based on what you said so far, turn every point into a separate cluster and you are done.

请先登录,再进行评论。

回答(0 个)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by