Hi! I have another SVM question. I run and train a C-Classification using the SVM, works fine. Now I want to receive the output (the classified examples):
pred <- fitted(model) where pred is then a list of the classification result of each input elememt i supposed. But if I compare the number of entries in pred with the original numer of input values there is a difference. How can this happen and how can I get back all the classified examples? Yours, Frank -- Frank G. Zoellner AG Angewandte Informatik Technische Fakult"at Universit"at Bielefeld phone: +49(0)521-106-2951 fax: +49(0)521-106-2992 email: [EMAIL PROTECTED] ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
