Skip to content
Back to formatted view

Raw Message

Message-ID: <F31DLkTVw7oNy99n22J0001e4a4@hotmail.com>
Date: 2003-02-09T12:34:03Z
From: Vincent Stoliaroff
Subject: Clustering partition and memory

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