U - type of the usersI - type of the itemspublic class EIURD<U,I> extends AbstractSalesDiversityMetric<U,I>
cutoff, freeNorm, itemCount, itemWeight, numUsers| Constructor and Description |
|---|
EIURD(int cutoff,
RankingDiscountModel disc,
RelevanceModel<U,I> rel)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected double |
nov(I i)
Returns the sales novelty of an item.
|
add, combine, evaluate, resetpublic EIURD(int cutoff,
RankingDiscountModel disc,
RelevanceModel<U,I> rel)
cutoff - maximum length of the recommendation lists that is evaluateddisc - ranking discount modelrel - relevance modelprotected double nov(I i)
nov in class AbstractSalesDiversityMetric<U,I>i - itemCopyright © 2016. All rights reserved.