Uses of Enum Class
de.bwaldvogel.liblinear.SolverType
-
Uses of SolverType in de.bwaldvogel.liblinear
Subclasses with type arguments of type SolverType in de.bwaldvogel.liblinearMethods in de.bwaldvogel.liblinear that return SolverTypeModifier and TypeMethodDescriptionstatic SolverTypeSolverType.getById(int id) Model.getSolverType()Parameter.getSolverType()static SolverTypeReturns the enum constant of this class with the specified name.static SolverType[]SolverType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.bwaldvogel.liblinear with parameters of type SolverTypeConstructors in de.bwaldvogel.liblinear with parameters of type SolverTypeModifierConstructorDescriptionParameter(SolverType solver, double C, double eps) Parameter(SolverType solverType, double C, double eps, double p) Parameter(SolverType solverType, double C, double eps, int max_iters, double p) Parameter(SolverType solver, double C, int max_iters, double eps)