Unsupervised clustering with unknown number of clusters

后端 未结 6 586
攒了一身酷
攒了一身酷 2020-11-28 19:18

I have a large set of vectors in 3 dimensions. I need to cluster these based on Euclidean distance such that all the vectors in any particular cluster have a Euclidean dista

6条回答
  •  Happy的楠姐
    2020-11-28 19:44

    You may have no solution: it is the case when the distance between any two distinct input data points is always greater than T. If you want to compute the number of clusters only from the input data, you may look at MCG, a hierarchical clustering method with an automatic stop criterion: see the free seminar paper at https://hal.archives-ouvertes.fr/hal-02124947/document (contains bibliographic references).

提交回复
热议问题