nucleus.validate.eval_functions.config_classes.segmentation

SegmentationFWAVACCConfig

Abstract base class for concrete implementations of EvalFunctionsConfigs

SegmentationIOUConfig

Abstract base class for concrete implementations of EvalFunctionsConfigs

SegmentationMAPConfig

Abstract base class for concrete implementations of EvalFunctionsConfigs

SegmentationPrecisionConfig

Abstract base class for concrete implementations of EvalFunctionsConfigs

SegmentationRecallConfig

Abstract base class for concrete implementations of EvalFunctionsConfigs

class nucleus.validate.eval_functions.config_classes.segmentation.SegmentationFWAVACCConfig(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)

classmethod expected_name()

Name to look for in the EvalFunctionDefinitions

Return type:

str

class nucleus.validate.eval_functions.config_classes.segmentation.SegmentationIOUConfig(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)

classmethod expected_name()

Name to look for in the EvalFunctionDefinitions

Return type:

str

class nucleus.validate.eval_functions.config_classes.segmentation.SegmentationMAPConfig(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)

classmethod expected_name()

Name to look for in the EvalFunctionDefinitions

Return type:

str

class nucleus.validate.eval_functions.config_classes.segmentation.SegmentationPrecisionConfig(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)

classmethod expected_name()

Name to look for in the EvalFunctionDefinitions

Return type:

str

class nucleus.validate.eval_functions.config_classes.segmentation.SegmentationRecallConfig(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)

classmethod expected_name()

Name to look for in the EvalFunctionDefinitions

Return type:

str