如何在R中的LeaderCluster中传递二维输入?

时间:2019-01-19 10:53:02

标签: r cluster-analysis

我正在R中使用leaderCLuster程序包对具有“纬度”值和给定最大半径的点进行聚类。

library("leaderCluster", lib.loc="~/R/win-library/3.3")
out <- matrix(unlist(Pincode), ncol = 3)
goal = leaderCluster(out, radius=25, distance="haversine", max_iter=1)
  

leaderCluster错误(输出,半径= 25,距离=“ haversine”,max_iter = 1):Haversine距离需要二维输入。

0 个答案:

没有答案