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 -

c# SetCompatibleTextRenderingDefault must be called before the first -

Laravel mail error `Swift_TransportException in StreamBuffer.php line 269: Connection could not be established with host smtp.gmail.com [ #0]` -