Uses of Interface
de.bwaldvogel.liblinear.Function
-
-
Uses of Function in de.bwaldvogel.liblinear
Classes in de.bwaldvogel.liblinear that implement Function Modifier and Type Class Description (package private) class
L2R_ErmFunction
(package private) class
L2R_L2_SvcFunction
class
L2R_L2_SvrFunction
(package private) class
L2R_LrFunction
Fields in de.bwaldvogel.liblinear declared as Function Modifier and Type Field Description private Function
Newton. fun_obj
Constructors in de.bwaldvogel.liblinear with parameters of type Function Constructor Description Newton(Function fun_obj, double eps, int max_iter)
Newton(Function fun_obj, double eps, int max_iter, double eps_cg)
-