Uses of Class
de.bwaldvogel.liblinear.MutableDouble
-
-
Uses of MutableDouble in de.bwaldvogel.liblinear
Methods in de.bwaldvogel.liblinear with parameters of type MutableDouble Modifier and Type Method Description (package private) static int
Blas. daxpy_(MutableInt n, MutableDouble sa, double[] sx, MutableInt incx, double[] sy, MutableInt incy)
(package private) static int
Blas. dscal_(MutableInt n, MutableDouble sa, double[] sx, MutableInt incx)
default double
Function. linesearch_and_update(double[] w, double[] s, MutableDouble f, double[] g, double alpha)
double
L2R_ErmFunction. linesearch_and_update(double[] w, double[] s, MutableDouble f, double[] g, double alpha)
(package private) static int
Linear. solve_oneclass_svm(Problem prob, Parameter param, double[] w, MutableDouble rho, int max_iter)
-