Package com.logicaldoc.ai.neural
Class EvaluatorManager
java.lang.Object
com.logicaldoc.ai.neural.EvaluatorManager
A manager to concentrate the evaluation of the 
NeuralNetwork- Since:
- 9.2
- Author:
- Marco Meschieri - LogicalDOC
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionevaluate(NeuralNetwork model) Executes the evaluation immediately
- 
Constructor Details- 
EvaluatorManagerpublic EvaluatorManager()
 
- 
- 
Method Details- 
evaluateExecutes the evaluation immediately- Parameters:
- model- The model to evaluate
- Returns:
- a future with the evaluation result
 
 
-