Re: [R] svm regression/classification

2009-12-29 Thread Steve Lianoglou
Hi Nancy, 2009/12/30 Nancy Adam : > Hi steve, > > Thank you so much for your reply. > > I’m asking about the difference between two cases: > > 1) when I use svm in a regression system and > > 2) when I use svm in a classification system. > >  Is the code of using svm in these two cases the same?

Re: [R] svm regression/classification

2009-12-29 Thread Nancy Adam
Dec 2009 10:36:36 -0500 > Subject: Re: [R] svm regression/classification > From: mailinglist.honey...@gmail.com > To: nancyada...@hotmail.com > CC: r-help@r-project.org > > Hi Nancy, > > Comments in line: > > On Sun, Dec 27, 2009 at 3:34 AM, Nancy Adam wrote: >

Re: [R] svm regression/classification

2009-12-29 Thread Steve Lianoglou
Hi Nancy, Comments in line: On Sun, Dec 27, 2009 at 3:34 AM, Nancy Adam wrote: > Hi everyone, > > Can anyone please tell whether there is a difference between the code for > using svm in regression and code for using svm in classification? > > This is my code for regression, should I change it

[R] svm regression/classification

2009-12-27 Thread Nancy Adam
Hi everyone, Can anyone please tell whether there is a difference between the code for using svm in regression and code for using svm in classification? This is my code for regression, should I change it to do classification?: train <- read.table("trainingset.txt",sep=";") test <- read.