Skip to content
Prev 74859 / 398502 Next

clara - memory limit

'clara' is fully described in chapter 3 of Kaufman and Rousseeuw
      (1990). Compared to other partitioning methods such as 'pam', it
      can deal with much larger datasets.  Internally, this is achieved
      by considering sub-datasets of fixed size ('sampsize') such that
      the time and storage requirements become linear in n rather than
      quadratic.

and the default for 'sampsize' is apparently at least nrow(x).

So you need to set 'sampsize' (and perhaps 'samples') appropriately,
On Wed, 3 Aug 2005, Nestor Fernandez wrote:

            
Actually, the limit is probably 2048M: see the rw-FAQ Q on memory limits.