dacapo.experiments.tasks.inner_distance_task
Classes
This class extends the Task class for creating tasks related to computing inner distances.  | 
Module Contents
- class dacapo.experiments.tasks.inner_distance_task.InnerDistanceTask(task_config)
 This class extends the Task class for creating tasks related to computing inner distances. It provides methods for prediction, loss calculation and post-processing. It includes Binary Segmentation Evaluator for evaluation.
- task_config
 The configuration for the task.
- predictor
 Used for predicting the inner distances.
- loss
 Used for calculating the mean square error loss.
- post_processor
 Used for applying threshold post-processing.
- evaluator
 Used for evaluating the results using binary segmentation.
- __init__(self, task_config)
 Initializes an instance of InnerDistanceTask.
Notes
This is a subclass of Task.
- predictor
 
- loss
 
- post_processor
 
- evaluator