search for: _model_1

Displaying 3 results from an estimated 3 matches for "_model_1".

Did you mean: model_1
2010 Oct 05
6
SVM functions
...ran.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.
2005 Jul 19
1
a possible bug in svmlight (PR#8012)
When I used svmlight, I got below error: my command is: foo <- svmlight(y~., data= myData) the results: Error in file(con, "r") : unable to open connection In addition: Warning messages: 1: svm_learn not found 2: cannot open file '_model_1.txt' > myData[1:2,] y X1 X2 X3 X4 X5 X6 X7 X8 X9 X10 X11 X12 X13 X14 X15 X16 X17 1 1 63 1 0 0 145 233 1 1 0 150 0 2.3 1 0 0 1 0 2 0 67 0 1 0 160 286 0 1 0 108 1 1.5 0 1 3 0 1 The klaR version is 0.4-1 OS: trying on windows and Linux gives me the same...
2005 Jul 19
0
svmlight running error
Dear R Users, When I used svmlight, I got below error: my command is: foo <- svmlight(y~., data= myData) the results: Error in file(con, "r") : unable to open connection In addition: Warning messages: 1: svm_learn not found 2: cannot open file '_model_1.txt' > myData[1:2,] y X1 X2 X3 X4 X5 X6 X7 X8 X9 X10 X11 X12 X13 X14 X15 X16 X17 1 1 63 1 0 0 145 233 1 1 0 150 0 2.3 1 0 0 1 0 2 0 67 0 1 0 160 286 0 1 0 108 1 1.5 0 1 3 0 1 I wonder what is the possible reason for this error. -Luke