Uses of Class
com.logicaldoc.ai.Predictions
Packages that use Predictions
Package
Description
Artificial Intelligence module
AI models based on Natural Language Processing
-
Uses of Predictions in com.logicaldoc.ai
Methods in com.logicaldoc.ai that return PredictionsModifier and TypeMethodDescriptionfinal Predictions<S> AIModel.query(List<F> features, AIModelHistory transaction) Queries the model with the given featuresAITool.query(long modelId, List<String> features, AIModelHistory transaction) -
Uses of Predictions in com.logicaldoc.ai.nlp
Methods in com.logicaldoc.ai.nlp that return PredictionsModifier and TypeMethodDescriptionabstract Predictions<String> Concrete implementations must give a prediction from a single sentence