SHOGUN
4.2.0
|
Go to the source code of this file.
Classes | |
class | CLibLinear |
This class provides an interface to the LibLinear library for large- scale linear learning focusing on SVM [1]. This is the classification interface. For regression, see CLibLinearRegression. There is also an online version, see COnlineLibLinear. More... | |
Enumerations | |
enum | LIBLINEAR_SOLVER_TYPE { L2R_LR, L2R_L2LOSS_SVC_DUAL, L2R_L2LOSS_SVC, L2R_L1LOSS_SVC_DUAL, L1R_L2LOSS_SVC, L1R_LR, L2R_LR_DUAL } |