| Interface | Description |
|---|---|
| EvaluationLambda<T> |
A lambda used to get an evaluation result for a batch
See
CustomEvaluation |
| MergeLambda<T> |
A lambda used to merge two lists of evaluation results
See
CustomEvaluation |
| ResultLambda<T> |
A lambda used to get a score from a list of evaluation results
See
CustomEvaluation |
| Class | Description |
|---|---|
| CustomEvaluation<T> |
A evaluation using lambdas to calculate the score.
|
| CustomEvaluation.Metric<T> |
The metric used to get a score for the CustomEvaluation.
|
Copyright © 2019. All rights reserved.