public static class MRRTopNMetric.AggregateResult extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
goodMRR
The MRR over those users for whom a good item could be recommended.
|
double |
mrr
The MRR over all users.
|
| Constructor and Description |
|---|
AggregateResult(MRRTopNMetric.Context accum) |
@ResultColumn(value="MRR") public final double mrr
@ResultColumn(value="MRR.OfGood") public final double goodMRR
public AggregateResult(MRRTopNMetric.Context accum)