Package com.logicaldoc.ai
Class AITool
java.lang.Object
com.logicaldoc.ai.AITool
Utility methods to deal with AI from within Automation
- Since:
- 9.2
- Author:
- Marco Meschieri - LogicalDOC
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionevaluate(long modelId) Evaluates the performances of a Neural NetworkgetModel(long modelId) query(long modelId, List<String> features, AIModelHistory transaction) train(long modelId, AIModelHistory transaction) static StringvalueToString(Result<?> result, com.logicaldoc.core.security.user.User user) 
- 
Constructor Details- 
AIToolpublic AITool()
 
- 
- 
Method Details- 
getModel
- 
getModel
- 
train
- 
evaluateEvaluates the performances of a Neural Network- Parameters:
- modelId- identifier of the neural network
- Returns:
- a future of evaluation
 
- 
query
- 
query
- 
query
- 
valueToString
 
-