|
SHOGUN v0.9.0
|
组合类型 | |
| class | CSubGradientLPM |
宏定义 | |
| #define | IGNORE_IN_CLASSLIST |
Class SubGradientSVM trains a linear classifier called Linear Programming Machine, i.e. a SVM using a norm regularizer. | |
| #define IGNORE_IN_CLASSLIST |
Class SubGradientSVM trains a linear classifier called Linear Programming Machine, i.e. a SVM using a
norm regularizer.
It solves the following optimization problem using subgradient descent.
Note that this implementation is not very stable numerically for a large number of dimensions. Also note that currently CPLEX is required to solve this problem.
在文件SubGradientLPM.h第48行定义。