How can I cluster data?

조회 수: 1 (최근 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