how to find important factors in support vector machine
问题 The original data are large, so I cannot post it here. The question is that I use the package e1071 in R to do the support vector machine analysis. The original data have 100 factors and the prediction results is 1 or 0. for example, I generate a random data frame with 10 factors. for (i in 1:10){ factor<-c(factor,runif(10,5,10)) } value<-matrix(factor,nrow=10) y<-sample(0:1,10,replace=T) data<-as.data.frame(cbind(y,value)) I did the prediction pard, but I wonder how to determine which