[R] Built-in Code behind SVM

David Winsemius dwinsemius at comcast.net
Fri Apr 10 13:18:47 CEST 2009


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




More information about the R-help mailing list