Dear all,

Is it possible to extract cross-validation results from e1071's svm model?

For example, the following R code shows the result from the 10 fold 
cross-validation.
model = svm(spam ~ ., data = spam, cross = 10)
summary(model)

But, I could not figure out how to get to the accuracy values from the 
cross-validation. I looked at the svm method, but did not find any return 
values. 

Any comment would be highly appreciated.

Thanks in advance.

Young-Jin Lee
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to