Package com.logicaldoc.ai
Class QueryResult<T>
java.lang.Object
com.logicaldoc.ai.QueryResult<T>
- Type Parameters:
T
- the type of result value, usually it is aString
A QueryResult is the result of an AI model elaboration. It brings a list of
ordered scores(probability of the result) each one with it's label.
- Since:
- 9.2
- Author:
- Marco Meschieri - LogicalDOC
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
QueryResult
public QueryResult() -
QueryResult
Constructor- Parameters:
results
- All the results
-
-
Method Details
-
getResults
-
addResult
-