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 TypeMethodDescriptionstatic 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.
Model.load(Path)instead