Go to the source code of this file.
Classes | |
| class | CLPM |
Defines | |
| #define | IGNORE_IN_CLASSLIST |
Class LPM trains a linear classifier called Linear Programming Machine, i.e. a SVM using a norm regularizer. | |
| #define IGNORE_IN_CLASSLIST |
Class LPM trains a linear classifier called Linear Programming Machine, i.e. a SVM using a
norm regularizer.
It solves the following optimization problem using CPLEX:
Note that currently CPLEX is required to solve this problem. A faster implementation is available in CLPBoost.