Re: [R] Interpreting predictions of svm

2012-08-08 Thread Camille Hénaff
Jessica- Thanks for responding quickly to me; I have fund a solution to my problem this morning. Kind regards, Camille [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEA

Re: [R] Interpreting predictions of svm

2012-08-08 Thread Jessica Streicher
You should give us the data is what you should do :) Aside from that: you can only make probability predictions if you activated it when making the model. On 07.08.2012, at 17:23, Camomille wrote: > Hi, I have some difficulties in interpreting the prediction of a svm model > using the package

[R] Interpreting predictions of svm

2012-08-07 Thread Camomille
Hi, I have some difficulties in interpreting the prediction of a svm model using the package e1071. y1 is the variable I want to predict. It is of type factor and has got two levels: "< 50%" and "> 50%". z is the dataset. > model <- svm(y1 ~ ., data = z,type="C-classification", cross=10) > model