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