SHOGUN  4.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Enumerations
LibLinear.h File Reference

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
}
 

SHOGUN Machine Learning Toolbox - Documentation