[R] SVM functions

Michael Green mig at data-intelligence.dk
Wed Oct 6 13:11:01 CEST 2010


Hi,

I don't know why your package does not work, but if you only want access
to an SVM, you can use the svm function in the e1071 package instead.

Cheers,
Michael

-----Original Message-----
From: Neeti [mailto:nikkihathi at gmail.com] 
Sent: 5. oktober 2010 12:43
To: r-help at r-project.org
Subject: [R] SVM functions



Hi !

Right now I am learning to use svm functions available in R and trying
to
use these function with given example. I was stuck with svmlight
function
which is available in klaR package. Any help would be appreciated
regarding
this function.

1.	 I am unable to use svmlight( ) which is available in package:
klaR.
Although I have downloaded klaR_0.6-3 package from
http://cran.r-project.org/web/packages/klaR/index.html web site, the
function is giving me the following error.


>m1<-klaR::svmlight(Species~.,data=iris)
Error in file(con, "r") : cannot open the connection
In addition: Warning message:
In file(con, "r") :
  cannot open file '_model_1.txt': No such file or directory

-- 
View this message in context:
http://r.789695.n4.nabble.com/SVM-functions-tp2955768p2955768.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list