Introduction - If you have any usage issues, please Google them yourself
BSVM solves support vector machines (SVM) for the solution of large classification and regression problems. It includes the following methods
One vs. One multi-class classification using a bound-constrained formulation
Multi-class classification by solving a single optimization problem (again, a bounded formulation). See Section 3 of our comparison paper.
Multi-class classification using Crammer and Singer s formulation. See Section 4 of our comparison paper.
Regression using a bound-constrained formulation
Multi-class classification using Crammer and Singer s formulation with squared hinge (L2) lo