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