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 でコマンドを実行しようとしていました。
d <- daisy(demo, metric = "gower",stand = FALSE, type = list(), weights = 1) Error: cannot allocate vector of size 2.3 Gb
R により多くのメモリを割り当てる方法はありますか? 私のはWindows上の64ビットRです。ありがとう!