Displaying 1 result from an estimated 1 matches for "gigabye".
Did you mean:
gigabyte
2005 Oct 18
1
Memory problems with large dataset in rpart
.... My input file consists of about 4000 vectors each having 2210
dimensions. In the third iteration R complains of a lack of memory,
although in each iteration every variable is removed from the memory. Thus
the first two iterations run without any problems.
My computer runs on Windows XP and has 1 gigabye of internal memory.
I tried R using more memory by refiguring the swap files as memtioned in
the FAQ (/3gb), but I didn't succeed in making this work.
The command round(memory.limit()/1048576.0, 2) gives 1023.48
If such an increase of memory can not succeed, perhaps the size of the
rpart objec...