Probably you do not have svmlight installed on your machine.
Uwe Ligges
On 05.10.2010 12:42, Neeti wrote:
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
______________________________________________
R-help@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.