[R] SVM functions
Uwe Ligges
ligges at statistik.tu-dortmund.de
Tue Oct 5 18:14:26 CEST 2010
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
>
More information about the R-help
mailing list