Uses of Class
de.bwaldvogel.liblinear.InvalidInputDataException
-
Uses of InvalidInputDataException in de.bwaldvogel.liblinear
Methods in de.bwaldvogel.liblinear that throw InvalidInputDataExceptionModifier and TypeMethodDescriptionstatic voidstatic 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) voidTrain.readProblem(String filename) voidTrain.readProblem(String filename, double bias) voidTrain.readProblem(Path path) static ProblemTrain.readProblem(Path path, double bias) reads a problem from LibSVM formatstatic ProblemTrain.readProblem(Path path, Charset charset, double bias) private void
Problem.readFromFile(Path, double)instead