- Type Parameters:
U
- type of the users
I
- type of the items
- All Implemented Interfaces:
- RecommendationMetric<U,I>
- Direct Known Subclasses:
- AlphaNDCG, AveragePrecision, BinomialMetric, CPR, EILD, ERRIA, ItemNoveltyMetric, KCall, NDCG, NumRetrieved, Precision, Recall, ReciprocalRank, Recommendability, SRecall
public abstract class AbstractRecommendationMetric<U,I>
extends Object
implements RecommendationMetric<U,I>
Abstract recommendation metric. Future common functionalities for
recommendation metrics will be implemented here.
- Author:
- Saúl Vargas (saul.vargas@uam.es), Pablo Castells (pablo.castells@uam.es)