search for: 400no040yes

Displaying 1 result from an estimated 1 matches for "400no040yes".

2017 Sep 02
0
problem in testing data with e1071 package (SVM Multiclass)
...=TRUE)Parameters:SVM-Type:C-classification SVM-Kernel:radial cost:1gamma:0.08333333Numberof SupportVectors:12(444)Numberof Classes:3Levels:maybe noyes >pred <-predict(model,x) >system.time(pred <-predict(model,x)) user system elapsed 000 >table(pred,y)y | |pred maybe noyes maybe 400no040yes 004>pred 123456789101112yes yes yes yes nonononomaybe maybe maybe maybe Levels:maybe noyes| || I think it's ok until now. Now the question is: what about the test data? I didn't find anything for the test data. Then, I thought that maybe I should test the model with the test data....