Skip to content

Clustering partition and memory

2 messages · Vincent Stoliaroff, Kjetil Halvorsen

#
Dear R-help list members

i would like to use R to produce clustering or partitioning of a dataset.
I am trying to use the functions:
- hierclust() of the package multiv
-pam(), agnes() and fanny() of the package cluster

But I cannot get any result because of lack of memory. Would you know any 
clustering function not to greedy in memory?
I have tried to expand my memory limit with memory.limit() but no 
significant results.

Thank you for any answer that could help.
Vincent
#
On 9 Feb 2003 at 11:33, Vincent Stoliaroff wrote:
cluster have the function clara() "clustering large applications", 
written just to cluster large amounts of data. Did you try that?

Kjetil Halvorsen