nucleus.validate.eval_functions.base_eval_function

EvalFunctionConfig

Abstract base class for concrete implementations of EvalFunctionsConfigs

class nucleus.validate.eval_functions.base_eval_function.EvalFunctionConfig(eval_func_entry)

Abstract base class for concrete implementations of EvalFunctionsConfigs

Operating on this class with comparison operators produces an EvaluationCriterion

Parameters:

eval_func_entry (nucleus.validate.data_transfer_objects.eval_function.EvalFunctionEntry)

abstract classmethod expected_name()

Name to look for in the EvalFunctionDefinitions

Return type:

str