Hi R,

 

I need to see the inner code behind the function "svm" in the package
e1071. I enter svm in the console and get the below output.

 

> svm

function (x, ...) 

UseMethod("svm")

<environment: namespace:e1071>

 

Is there any way I can look into the code of what svm (support vector
machine) is doing? 

 

Thanks a lot for your help...

 

Thanks and Regards, Shubha

This e-mail may contain confidential and/or privileged i...{{dropped:13}}

______________________________________________
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