Uses of Class
de.bwaldvogel.liblinear.Model
-
Uses of Model in de.bwaldvogel.liblinear
Methods in de.bwaldvogel.liblinear that return ModelModifier and TypeMethodDescriptionstatic Model
Deprecated.static Model
static Model
static Model
Deprecated.useLinear.loadModel(Path)
insteadstatic Model
Loads the model from inputReader.static Model
Loads the model from the file with ISO-8859-1 charset.static Model
Methods in de.bwaldvogel.liblinear with parameters of type ModelModifier and TypeMethodDescription(package private) static void
Predict.doPredict
(BufferedReader reader, Writer writer, Model model, boolean flag_predict_probability) Note: The streams are NOT closedstatic double
static double
Linear.predictProbability
(Model model, Feature[] x, double[] prob_estimates) static double
Linear.predictValues
(Model model, Feature[] x, double[] dec_values) static void
Deprecated.useLinear.saveModel(Path, Model)
insteadstatic void
Writes the model to the modelOutput.static void
Writes the model to the file with ISO-8859-1 charset.
load(Path)
instead