Hello my dear friends,
i'm running a script for clustering using PAM method. but unfortunately the data is too large to be processed. Tried Clara to take a sample from my data and run the clustering script but this message appeared.
Code used :
fviz_nbclust(DF, clara, method = "silhouette") + theme_classic()
clara.res = clara(DF, 5, samples = 50, pamLike = TRUE)
Error appeared :
Error: cannot allocate vector of size 31.0 Gb
How can i solve this problem. Is a solution available at R on my laptop or i must go to a cloud ??? and if so , Which cloud do you recommend to use ??
I Much appreciate your help please
thanks