Package de.bwaldvogel.liblinear
Class Newton
java.lang.Object
de.bwaldvogel.liblinear.Newton
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
fun_obj
-
eps
private final double eps -
max_iter
private final int max_iter -
eps_cg
private final double eps_cg
-
-
Constructor Details
-
Method Details
-
newton
void newton(double[] w) -
pcg
private int pcg(double[] g, double[] M, double[] s, double[] r)
-