[R] SVM

Saeed Abu Nimeh sabunime at gmail.com
Fri Sep 18 01:54:15 CEST 2009


read Support Vector Machines in R http://www.jstatsoft.org/v15/i09/paper

On Thu, Sep 17, 2009 at 4:39 AM, Samuel Okoye <samuoko at yahoo.com> wrote:
> Hello,
>
> I have 12 sample each sample has got 1000 observation, i.e I have a matrix X with 1000 rows and 12 columns!
>
> m <- svm(t(X))
> p <- predict (m)
>
> Can anyone tell me how to use svmtrain() in R!
>
> Many Yhanks,
> Samuel
>
>
>
>
>        [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at 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.
>




More information about the R-help mailing list