JavaScript is disabled on your browser.
Description
Nested Class Summary
Enum Constant Summary
Field Summary
Constructor Summary
Method Summary
Enum Constant Details
L2R_LR
L2R_L2LOSS_SVC_DUAL
L2R_L2LOSS_SVC
L2R_L1LOSS_SVC_DUAL
MCSVM_CS
L1R_L2LOSS_SVC
L1R_LR
L2R_LR_DUAL
L2R_L2LOSS_SVR
L2R_L2LOSS_SVR_DUAL
L2R_L1LOSS_SVR_DUAL
ONECLASS_SVM
Field Details
logisticRegressionSolver
supportVectorRegression
id
SOLVERS_BY_ID
Constructor Details
SolverType(int, boolean, boolean)
Method Details
values()
valueOf(String)
getId()
getById(int)
isLogisticRegressionSolver()
isSupportVectorRegression()
isOneClass()
Enum Constant Summary
Enum Constants
L1-regularized L2-loss support vector classification
L1-regularized logistic regression
L2-regularized L1-loss support vector classification (dual)
(fka L1LOSS_SVM_DUAL)
L2-regularized L2-loss support vector regression (primal)
L2-regularized L2-loss support vector classification (primal)
(fka L2LOSS_SVM)
L2-regularized L2-loss support vector classification (dual)
(fka L2LOSS_SVM_DUAL)
L2-regularized L2-loss support vector regression (dual)
L2-regularized L1-loss support vector regression (dual)
L2-regularized logistic regression (primal)
(fka L2_LR)
L2-regularized logistic regression (dual)
multi-class support vector classification by Crammer and Singer
one-class support vector machine (dual)
Field Summary
Fields
private final int
private final boolean
private final boolean
Constructor Summary
Constructors
private
SolverType (int id,
boolean logisticRegressionSolver,
boolean supportVectorRegression)
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
int
boolean
boolean
boolean
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Method Details
isLogisticRegressionSolver
isSupportVectorRegression