kernel PCA with Kernlab r , out of memory error -


trying apply kernel pca kernlab in r on 12*250,000 data set

 kpc <- kpca(~.,csv.data,kernel="rbfdot",kpar=list(sigma=0.2),features=2) 

getting bellow error

error: cannot allocate vector of size 604.1 gb in addition: warning messages: 1: in crossprod(t(x)) :   reached total allocation of 16305mb: see help(memory.size) 2: in crossprod(t(x)) :   reached total allocation of 16305mb: see help(memory.size) 3: in crossprod(t(x)) :   reached total allocation of 16305mb: see help(memory.size) 4: in crossprod(t(x)) :   reached total allocation of 16305mb: see help(memory.size) 

any suggestion how can manage run algorithm on such large data set?

thanks.


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -