E - The type of evaluation.public interface Metric<E>
| Modifier and Type | Method and Description |
|---|---|
void |
finishEvaluation()
Finish the evaluation, releasing any resources allocated for it.
|
void |
startEvaluation(E eval)
Initialize the metric to accumulate evaluations for the specified evaluation.
|
void startEvaluation(E eval)
eval - The evaluation this metric is in use for.void finishEvaluation()