Package de.bwaldvogel.liblinear
Class Newton
- java.lang.Object
-
- de.bwaldvogel.liblinear.Newton
-
class Newton extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
newton(double[] w)
private int
pcg(double[] g, double[] M, double[] s, double[] r)
-
-
-
Field Detail
-
fun_obj
private final Function fun_obj
-
eps
private final double eps
-
max_iter
private final int max_iter
-
eps_cg
private final double eps_cg
-
-