[R] memory

Uwe Ligges ligges at statistik.uni-dortmund.de
Thu Nov 9 18:54:29 CET 2000


On Thu, 9 Nov 2000, Martin Gotz wrote:

> Hello,
> how big memory(RAM&HDD) I need for clustering data(hierarchical or
> iterative optimalization method), when I have 10000 observation with some
> variables? 
> Now I can use 1GB RAM and some space on HDD.

Hm. That highly depends on the functions you are going to use.

It is one thing to import a data.frame, but another one to do some
calculations on the data. The memory consumption highly depends on the
functions, you are using (creating copies of (parts of) the data, ...).

You won't need 1GB to calculate the mean of 10000 observations for
example. ;-)

Uwe Ligges

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list