U
- type of the usersI
- type of the itemspublic class EPC<U,I> extends ItemNoveltyMetric<U,I>
novelty
Constructor and Description |
---|
EPC(int cutoff,
PCItemNovelty<U,I> novelty,
RelevanceModel<U,I> relModel,
RankingDiscountModel disc)
Constructor.
|
public EPC(int cutoff, PCItemNovelty<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.