Uses of Class
de.bwaldvogel.liblinear.InvalidInputDataException
-
Uses of InvalidInputDataException in de.bwaldvogel.liblinear
Methods in de.bwaldvogel.liblinear that throw InvalidInputDataExceptionModifier and TypeMethodDescriptionstatic void
static Problem
Problem.readFromFile
(File file, double bias) Deprecated.static Problem
Problem.readFromFile
(File file, Charset charset, double bias) Deprecated.useProblem.readFromFile(Path, Charset, double)
insteadstatic Problem
Problem.readFromFile
(Path path, double bias) static Problem
Problem.readFromFile
(Path path, Charset charset, double bias) static Problem
Problem.readFromStream
(InputStream inputStream, double bias) static Problem
Problem.readFromStream
(InputStream inputStream, Charset charset, double bias) static Problem
Train.readProblem
(File file, double bias) Deprecated.useTrain.readProblem(Path, double)
insteadstatic Problem
Train.readProblem
(File file, Charset charset, double bias) Deprecated.useTrain.readProblem(Path, Charset, double)
insteadstatic Problem
Train.readProblem
(InputStream inputStream, double bias) static Problem
Train.readProblem
(InputStream inputStream, Charset charset, double bias) void
Train.readProblem
(String filename) void
Train.readProblem
(String filename, double bias) void
Train.readProblem
(Path path) static Problem
Train.readProblem
(Path path, double bias) reads a problem from LibSVM formatstatic Problem
Train.readProblem
(Path path, Charset charset, double bias) private void
Problem.readFromFile(Path, double)
instead