Expand description
Multiclass SVM by one-vs-rest (ISL ch 9.4.2) — train one binary SVM per class
(that class vs. all others) and predict the class whose decision value is
largest. Reuses the binary super::svm (no duplicated SMO).
Structs§
- Multiclass
Svm - A one-vs-rest multiclass SVM.