[R] about libsvm

Steve Lianoglou mailinglist.honeypot at gmail.com
Fri Oct 22 17:07:01 CEST 2010


Hi,

On Fri, Oct 22, 2010 at 9:30 AM, Neeti <nikkihathi at gmail.com> wrote:
>
> hii all!!!
>
> could anyone tell me how to use libsvm in R.. i am not able to find good way
> to use it....

Use the `svm` function from the e1071 package:

R> install.packages('e1071')
R> library(e1071)
R> ?svm

-steve

-- 
Steve Lianoglou
Graduate Student: Computational Systems Biology
 | Memorial Sloan-Kettering Cancer Center
 | Weill Medical College of Cornell University
Contact Info: http://cbio.mskcc.org/~lianos/contact



More information about the R-help mailing list