kmeans: Quick-TRANSfer stage steps exceeded maximum

前端 未结 4 430
暗喜
暗喜 2021-02-01 15:04

I am running k-means clustering in R on a dataset with 636,688 rows and 7 columns using the standard stats package: kmeans(dataset, centers = 100, nstart = 25

4条回答
  •  无人共我
    2021-02-01 15:28

    I got the same error message, but in my case it helped to increase the number of iterations iter.max. That contradicts the theory of memory overload.

提交回复
热议问题