| Interface | Description |
|---|---|
| Metric<X> |
Base interface for metrics, which are used by evaluations to measure their results.
|
| Class | Description |
|---|---|
| AbstractMetric<X,G,U> |
A simple metric base class that tracks the current evaluation.
|
| ResultConverter<T> |
Utility class for converting typed results into row data for table writers.
|
| Annotation Type | Description |
|---|---|
| ResultColumn |
Specify the information for a column method in a metric response type.
|