U - type of the usersI - type of the itemspublic class EPD<U,I> extends ItemNoveltyMetric<U,I>
novelty| Constructor and Description |
|---|
EPD(int cutoff,
PDItemNovelty<U,I> novelty,
RelevanceModel<U,I> relModel,
RankingDiscountModel disc)
Constructor.
|
public EPD(int cutoff,
PDItemNovelty<U,I> novelty,
RelevanceModel<U,I> relModel,
RankingDiscountModel disc)
cutoff - maximum size of the recommendation list that is evaluatednovelty - novelty modelrelModel - relevance modeldisc - ranking discount modelCopyright © 2016. All rights reserved.