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