Uses of Enum Class
de.bwaldvogel.liblinear.SolverType
-
Uses of SolverType in de.bwaldvogel.liblinear
Fields in de.bwaldvogel.liblinear declared as SolverTypeModifier and TypeFieldDescription(package private) SolverType
Model.solverType
(package private) SolverType
Parameter.solverType
Fields in de.bwaldvogel.liblinear with type parameters of type SolverTypeModifier and TypeFieldDescriptionprivate static final Map
<Integer, SolverType> SolverType.SOLVERS_BY_ID
Methods in de.bwaldvogel.liblinear that return SolverTypeModifier and TypeMethodDescriptionstatic SolverType
SolverType.getById
(int id) Model.getSolverType()
Parameter.getSolverType()
static SolverType
Returns 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)