Uses of Class
org.apache.tika.ml.LinearModel
Packages that use LinearModel
-
Uses of LinearModel in org.apache.tika.ml
Methods in org.apache.tika.ml that return LinearModelModifier and TypeMethodDescriptionstatic LinearModelLinearModel.load(InputStream is) Load a model from an input stream.static LinearModelLinearModel.loadFromClasspath(String resourcePath) Load a model from the classpath.static LinearModelLinearModel.loadFromPath(Path path) Load a model from a file on disk.