如何计算R中空间数据集中的簇数?

发布于 2025-01-25 19:12:50 字数 238 浏览 3 评论 0原文

我有两个数据集的长度为10000列,但看起来像这样。本质上,它具有2D地图中每个对象的X和Y-坐标。

REP X-POS Y-POS 1 0.5 0.7 1 0.1 0.0 1 4.6 2.5 2 5.6 5.0 2 0.2 1.0 2 0.4 2.0

我想测量两个数据集之间的聚类水平相似。从视觉上看,2D地图看起来像一个数据集具有更高数量的群集。是否有Mclust或dbscan之类的方法,可以在空间数据集中量化聚类差异。谢谢?

I have two datasets which has a length of 10000 columns but it looks like this. Essentially, it has the x- and y- coordinate of every object in a 2d map.

rep x-pos y-pos
1 0.5 0.7
1 0.1 0.0
1 4.6 2.5
2 5.6 5.0
2 0.2 1.0
2 0.4 2.0

I want to measure if the two datasets have similar levels of clustering between the objects. Visually, the 2D maps look like one dataset has a higher number of clusters. Is there a method like mclust or dbscan where I can quantify clustering differences in spatial datasets in . Thanks?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文