I am learning classification using SVM for research (survey). The data that I have had some class. I know that the library (e1071) can only handle multiclass with one-against-one-method. I want to know are there any other functions or library which can handle multiclass methods like: - multiclass SVM in a one-vs-all - multiclass SVM in Error-correcting output coding (ECOC)
Thanks Xiyan Lon ______________________________________________ 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.