Package de.bwaldvogel.liblinear
Class L2R_L2_SvrFunction
java.lang.Object
de.bwaldvogel.liblinear.L2R_ErmFunction
de.bwaldvogel.liblinear.L2R_L2_SvcFunction
de.bwaldvogel.liblinear.L2R_L2_SvrFunction
- All Implemented Interfaces:
Function
- Since:
- 1.91
-
Field Summary
FieldsFields inherited from class de.bwaldvogel.liblinear.L2R_L2_SvcFunction
I, sizeIFields inherited from class de.bwaldvogel.liblinear.L2R_ErmFunction
C, prob, regularize_bias, tmp, wx -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected doubleC_times_loss(int i, double wx_i) voidgrad(double[] w, double[] g) Methods inherited from class de.bwaldvogel.liblinear.L2R_L2_SvcFunction
get_diag_preconditioner, Hv, subXTvMethods inherited from class de.bwaldvogel.liblinear.L2R_ErmFunction
fun, get_nr_variable, linesearch_and_update, XTv, Xv
-
Field Details
-
p
private final double p
-
-
Constructor Details
-
L2R_L2_SvrFunction
-
-
Method Details
-
C_times_loss
protected double C_times_loss(int i, double wx_i) - Overrides:
C_times_lossin classL2R_L2_SvcFunction
-
grad
public void grad(double[] w, double[] g) - Specified by:
gradin interfaceFunction- Overrides:
gradin classL2R_L2_SvcFunction
-