SHOGUN v0.9.0
|
组合类型 | |
class | CLPM |
宏定义 | |
#define | IGNORE_IN_CLASSLIST |
Class LPM trains a linear classifier called Linear Programming Machine, i.e. a SVM using a ![]() |
#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.