I running the below SVM code in R
model<-ksvm(data$size_category~.,data=data_training,kernel="stringdot").
But I am getting the error C stack usage 15924720 is too close to the limit
.I am not able to figure out why this error is happening.
I running the below SVM code in R
model<-ksvm(data$size_category~.,data=data_training,kernel="stringdot").
But I am getting the error C stack usage 15924720 is too close to the limit
.I am not able to figure out why this error is happening.