public static class TopNMRRMetric.AggregateResult extends TypedMetricResult
| Modifier and Type | Field and Description |
|---|---|
double |
mrr
The MRR over all users.
|
| Constructor and Description |
|---|
AggregateResult(TopNMRRMetric.Context accum) |
getColumns, getColumns, getValuesempty, fromMap, fromNullable, singleton, withPrefix, withSuffix@MetricColumn(value="MRR") public final double mrr
The MRR over all users. Users for whom no good items are included, and have a reciprocal rank of 0.
public AggregateResult(TopNMRRMetric.Context accum)