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