Skip to content
Prev 247497 / 398503 Next

question about svm(e1071)

Dear Prof. Ligges,

Thank you for the reply.
Is an order of calculation changed when samples are shuffled?
Does that happen because of Sequential Minimal Optimization(SMO)?

I noticed that when I set scale=F, SVs were identical.
However, differences between coefs are sometimes relatively large.

Best,

Hiro


### Script start ###
[1] 0
[1] 0.3227749

### Script end ###

-----Original Message-----
From: Uwe Ligges [mailto:ligges at statistik.tu-dortmund.de] 
Sent: Saturday, January 15, 2011 3:10 AM
To: ????(???????????????)
Cc: r-help at r-project.org
Subject: Re: [R] question about svm(e1071)

Looking at your results suggests that differences are probably based on 
expected minor numerical inaccuracies and the possibly alternating sign 
of the support vectors.

Best,
Uwe Ligges
On 13.01.2011 01:28, mutohrn at chugai-pharm.co.jp wrote: