Uses of Class
de.bwaldvogel.liblinear.SolverType
-
-
Uses of SolverType in de.bwaldvogel.liblinear
Fields in de.bwaldvogel.liblinear declared as SolverType Modifier and Type Field Description (package private) SolverType
Model. solverType
(package private) SolverType
Parameter. solverType
Fields in de.bwaldvogel.liblinear with type parameters of type SolverType Modifier and Type Field Description private static java.util.Map<java.lang.Integer,SolverType>
SolverType. SOLVERS_BY_ID
Methods in de.bwaldvogel.liblinear that return SolverType Modifier and Type Method Description static SolverType
SolverType. getById(int id)
SolverType
Model. getSolverType()
SolverType
Parameter. getSolverType()
static SolverType
SolverType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SolverType[]
SolverType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.bwaldvogel.liblinear with parameters of type SolverType Modifier and Type Method Description void
Parameter. setSolverType(SolverType solverType)
Constructors in de.bwaldvogel.liblinear with parameters of type SolverType Constructor Description Parameter(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)
-