Class EvaluationExecutor
java.lang.Object
com.agenarisk.learning.structure.config.Configurer<EvaluationExecutor>
com.agenarisk.learning.structure.config.EvaluationExecutor
- All Implemented Interfaces:
Executable
,Loggable
- Author:
- Eugene Dementiev
-
Field Summary
Fields inherited from class com.agenarisk.learning.structure.config.Configurer
config
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
protected
EvaluationExecutor
(com.agenarisk.learning.structure.config.Config config) -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
If set, will override any previous data passed as JSONsetFileOutputCmp
(String path) If set, will override any previous data passed as JSONMethods inherited from class com.agenarisk.learning.structure.config.Configurer
getConfig, setLoggingEnabled
-
Constructor Details
-
EvaluationExecutor
protected EvaluationExecutor(com.agenarisk.learning.structure.config.Config config) -
EvaluationExecutor
protected EvaluationExecutor()
-
-
Method Details
-
setFileOutputCmp
If set, will override any previous data passed as JSON- Parameters:
path
- to be resolved from config.getPathOutput()- Returns:
- this Executor
-
setFileInputTrainingDataCsv
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 interfaceExecutable
- Throws:
com.agenarisk.learning.structure.exception.StructureLearningException
-