Class EvaluatorManager

java.lang.Object
com.logicaldoc.ai.neural.EvaluatorManager

@Component("evaluatorManager") public class EvaluatorManager extends Object
A manager to concentrate the evaluation of the NeuralNetwork
Since:
9.2
Author:
Marco Meschieri - LogicalDOC
  • Constructor Details

    • EvaluatorManager

      public EvaluatorManager()
  • Method Details

    • evaluate

      public Future<Evaluation> evaluate(NeuralNetwork model)
      Executes the evaluation immediately
      Parameters:
      model - The model to ebaluate
      Returns:
      a future with the evaluation result