Uses of Class
de.bwaldvogel.liblinear.Problem
-
Uses of Problem in de.bwaldvogel.liblinear
Methods in de.bwaldvogel.liblinear that return ProblemModifier and TypeMethodDescriptionTrain.getProblem()static ProblemProblem.readFromFile(File file, double bias) Deprecated.static ProblemProblem.readFromFile(File file, Charset charset, double bias) Deprecated.useProblem.readFromFile(Path, Charset, double)insteadstatic ProblemProblem.readFromFile(Path path, double bias) static ProblemProblem.readFromFile(Path path, Charset charset, double bias) static ProblemProblem.readFromStream(InputStream inputStream, double bias) static ProblemProblem.readFromStream(InputStream inputStream, Charset charset, double bias) static ProblemTrain.readProblem(File file, double bias) Deprecated.useTrain.readProblem(Path, double)insteadstatic ProblemTrain.readProblem(File file, Charset charset, double bias) Deprecated.useTrain.readProblem(Path, Charset, double)insteadstatic ProblemTrain.readProblem(InputStream inputStream, double bias) static ProblemTrain.readProblem(InputStream inputStream, Charset charset, double bias) static ProblemTrain.readProblem(Path path, double bias) reads a problem from LibSVM formatstatic ProblemTrain.readProblem(Path path, Charset charset, double bias) Methods in de.bwaldvogel.liblinear with parameters of type ProblemModifier 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 Problem
Problem.readFromFile(Path, double)instead