dacapo.experiments.tasks.evaluators.dummy_evaluator
Module Contents
Classes
Base class of all evaluators. |
- class dacapo.experiments.tasks.evaluators.dummy_evaluator.DummyEvaluator
Base class of all evaluators.
An evaluator takes a post-processor’s output and compares it against ground-truth.
- criteria = ['frizz_level', 'blipp_score']
- evaluate(output_array_identifier, evaluation_dataset)
Evaluate the given output array and dataset and returns the scores based on predefined criteria.
- Parameters:
output_array_identifier – The output array to be evaluated.
evaluation_dataset – The dataset to be used for evaluation.
- Returns:
An object of DummyEvaluationScores class, with the evaluation scores.
- Return type:
DummyEvaluationScore