[R] e1071/svm?

Alexander Skomorokhov askom at obninsk.com
Thu Dec 20 12:54:40 CET 2001


Hello,

I use function "svm" (interface to libsvm) from package e1071. It works just
fine.
And I may predict with function "predict" and svm model trained by function
"svm".
What I need is moving results of svm training to another application (non-R)
and
perform prediction there. But function "svm" returns list of support vectors
only
and doesn't return coefficients of separating hyperplane (w).

So, the question is how to use results of svm training to write (in other
language)
prediction function for linear and nonlinear cases?

Thanks,
Alexander.

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list