2011/12/17 Uwe Ligges <lig...@statistik.tu-dortmund.de>: >> I am using the svm() function of package e1071 for creating Support >> Vector Machines prediction models. As far as I understand, there is no >> function in this package to extract rules of prediction. Is there some >> other package with such a functionality? > > Those "rules" are implicitly stored in the object that is returned by svm() > and they can be applied using predict(). A nice output and particularly an > interpretation of the estimates is much harder and I don't know about such > functionality.
Thanks, Uwe, for your answer. I was looking for human readable rules. Meanwhile, I found this reference, which I intend to have a look at: Rule Extraction from Support Vector Machines http://www.springer.com/engineering/computational+intelligence+and+complexity/book/978-3-540-75389-6 Paul ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.