dacapo.experiments.tasks.inner_distance_task ============================================ .. py:module:: dacapo.experiments.tasks.inner_distance_task Classes ------- .. autoapisummary:: dacapo.experiments.tasks.inner_distance_task.InnerDistanceTask Module Contents --------------- .. py:class:: 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. .. attribute:: task_config The configuration for the task. .. attribute:: predictor Used for predicting the inner distances. .. attribute:: loss Used for calculating the mean square error loss. .. attribute:: post_processor Used for applying threshold post-processing. .. attribute:: evaluator Used for evaluating the results using binary segmentation. .. method:: __init__(self, task_config) Initializes an instance of InnerDistanceTask. .. rubric:: Notes This is a subclass of Task. .. py:attribute:: predictor .. py:attribute:: loss .. py:attribute:: post_processor .. py:attribute:: evaluator