Uses of Class
de.bwaldvogel.liblinear.Parameter
-
Uses of Parameter in de.bwaldvogel.liblinear
Methods in de.bwaldvogel.liblinear that return ParameterMethods in de.bwaldvogel.liblinear with parameters of type ParameterModifier and TypeMethodDescriptionstatic voidLinear.crossValidation(Problem prob, Parameter param, int nr_fold, double[] target) static ParameterCSearchResultLinear.find_parameter_C(Problem prob, Parameter param_tmp, double start_C, double max_C, int[] fold_start, int[] perm, Problem[] subprob, int nr_fold) static ParameterSearchResultLinear.findParameters(Problem prob, Parameter param, int nr_fold, double start_C, double start_p) static ModelConstructors in de.bwaldvogel.liblinear with parameters of type Parameter