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) classL2R_ErmFunction(package private) classL2R_L2_SvcFunctionclassL2R_L2_SvrFunction(package private) classL2R_LrFunctionFields in de.bwaldvogel.liblinear declared as Function Modifier and Type Field Description private FunctionNewton. fun_objConstructors 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)
-