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) SolverTypeModel. solverType(package private) SolverTypeParameter. solverTypeFields 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_IDMethods in de.bwaldvogel.liblinear that return SolverType Modifier and Type Method Description static SolverTypeSolverType. getById(int id)SolverTypeModel. getSolverType()SolverTypeParameter. getSolverType()static SolverTypeSolverType. 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 voidParameter. 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)
-