dacapo.experiments.tasks.distance_task

Module Contents

Classes

DistanceTask

DistanceTask is a subclass of Task for handling tasks associated

class dacapo.experiments.tasks.distance_task.DistanceTask(task_config)

DistanceTask is a subclass of Task for handling tasks associated with Distance.

DistanceTask uses DistancePredictor for prediction, MSELoss for computing loss, ThresholdPostProcessor for post-processing the prediction, and BinarySegmentationEvaluator for evaluating the prediction.

predictor

DistancePredictor object

loss

MSELoss object

post_processor

ThresholdPostProcessor object

evaluator

BinarySegmentationEvaluator object