Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们是否可以在 R 中为凝聚聚类定义自定义距离函数?另外,我想防止在不满足某个条件时合并两个集群。这在R中可能吗?
另外,当 R 放在 Hadoop 上时,是否有可能做到这一切?
在 R 中,对于凝聚层次聚类,您可以使用几种距离度量:欧几里得、绝对距离(曼哈顿)或绝对距离(曼哈顿)取决于您的数据类型。尝试查看:http://127.0.0.1: 29417/library/cluster/html/agnes.html或直接访问 R 网站 (http://www.r-project.org/) 并查看手册。它可能会有所帮助。