dacapo.experiments.tasks.hot_distance_task
Classes
A class to represent a hot distance task that use binary prediction and distance prediction. |
Module Contents
- class dacapo.experiments.tasks.hot_distance_task.HotDistanceTask(task_config)
A class to represent a hot distance task that use binary prediction and distance prediction.
Inherits from Task class.
- predictor
HotDistancePredictor object.
- loss
HotDistanceLoss object.
- post_processor
ThresholdPostProcessor object.
- evaluator
BinarySegmentationEvaluator object.
- __init__(self, task_config)
Constructs all the necessary attributes for the HotDistanceTask object.
Notes
This is a subclass of Task.
- predictor
- loss
- post_processor
- evaluator