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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionevaluate
(NeuralNetwork model) Executes the evaluation immediately
-
Constructor Details
-
EvaluatorManager
public EvaluatorManager()
-
-
Method Details
-
evaluate
Executes the evaluation immediately- Parameters:
model
- The model to ebaluate- Returns:
- a future with the evaluation result
-