标签: r error-handling ram
我分别有一个51868x10(行x列)的数据帧,并正在努力在其上应用分层聚类。我有一台16GB的笔记本电脑,并通过以下链接释放了所有已用空间:Cannot allocate vector in R of size 11.8 Gb
我使用的代码是:
clusters <- hclust(dist(df)) Error: cannot allocate vector of size 10.0 Gb
我希望有一个树状图来查看我的数据集中有多少个聚类。