Class EvaluationExecutor

java.lang.Object
com.agenarisk.learning.structure.config.Configurer<EvaluationExecutor>
com.agenarisk.learning.structure.config.EvaluationExecutor
All Implemented Interfaces:
Executable, Loggable

public class EvaluationExecutor extends Configurer<EvaluationExecutor> implements Executable
Author:
Eugene Dementiev
  • Constructor Details

    • EvaluationExecutor

      protected EvaluationExecutor(com.agenarisk.learning.structure.config.Config config)
    • EvaluationExecutor

      protected EvaluationExecutor()
  • Method Details

    • setFileOutputCmp

      public EvaluationExecutor setFileOutputCmp(String path)
      If set, will override any previous data passed as JSON
      Parameters:
      path - to be resolved from config.getPathOutput()
      Returns:
      this Executor
    • setFileInputTrainingDataCsv

      public EvaluationExecutor setFileInputTrainingDataCsv(String path)
      If set, will override any previous data passed as JSON
      Parameters:
      path - to be resolved from config.getPathInput()
      Returns:
      this Executor
    • execute

      public void execute() throws com.agenarisk.learning.structure.exception.StructureLearningException
      Specified by:
      execute in interface Executable
      Throws:
      com.agenarisk.learning.structure.exception.StructureLearningException