Uses of Class
com.logicaldoc.ai.QueryResult
Packages that use QueryResult
Package
Description
Artificial Intelligence module
AI models based on Natural Language Processing
-
Uses of QueryResult in com.logicaldoc.ai
Methods in com.logicaldoc.ai that return QueryResultModifier and TypeMethodDescriptionfinal QueryResult
<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 QueryResult in com.logicaldoc.ai.nlp
Methods in com.logicaldoc.ai.nlp that return QueryResultModifier and TypeMethodDescriptionabstract QueryResult
<String> Concrete implementations must give a prediction from a single sentence