U
- type of the usersI
- type of the itemspublic class EIUDC<U,I> extends AbstractSalesDiversityMetric<U,I>
cutoff, freeNorm, itemCount, itemWeight, numUsers
Constructor and Description |
---|
EIUDC(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, reset
public EIUDC(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)
AbstractSalesDiversityMetric
nov
in class AbstractSalesDiversityMetric<U,I>
i
- itemCopyright © 2016. All rights reserved.