search for: svmprofile

Displaying 2 results from an estimated 2 matches for "svmprofile".

Did you mean: smbprofile
2010 Mar 23
1
caret package, how can I deal with RFE+SVM wrong message?
...p.randomForest(object$finalModel, ...) : subscript out of bounds In addition: Warning message: package 'e1071' was built under R version 2.10.1 At the same time, If I want to use RFE+SVM, RFE+nnet, and so on ,how can I do? I have try RFE+SVM, also wrong message:> set.seed(1) > svmProfile<-rfe(trx,try,sizes=c(1:3), + rfeControl=rfeControl(functions=caretFuncs,method="cv", + verbose=F,returnResamp="final",number=10), + method="svmRadial",tuneLength=5) Fitting: sigma=0.009246713, C=0.1 Fitting: sigma=0.009246713, C=...
2010 Mar 24
0
R-help ordinal regression
...ubscript out of bounds > In addition: Warning message: > package 'e1071' was built under R version 2.10.1 > > > At the same time, If I want to? use RFE+SVM,? > RFE+nnet, and so on ,how can I > do? I have try RFE+SVM, also wrong message:> > set.seed(1) > > svmProfile<-rfe(trx,try,sizes=c(1:3), > +? ? ? ? ? > ???rfeControl=rfeControl(functions=caretFuncs,method="cv", > +? ? ? ? ? > ???verbose=F,returnResamp="final",number=10), > +? ? ? ? ? > ???method="svmRadial",tuneLength=5) > Fitting: sigma=0.009246713, C=...