Pages 43-45 of this Rnews are an article by Uwe Ligges that should
answer all of your questions:
http://cran.r-project.org/doc/Rnews/Rnews_2006-4.pdf
--
David Winsemius
On Apr 10, 2009, at 2:40 AM, Shubha Vishwanath Karanth wrote:
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?
David Winsemius, MD
Heritage Laboratories
West Hartford, CT
______________________________________________
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.