U
- type of the usersI
- type of the itemspublic class GiniSimpsonIndex<U,I> extends EIUDC<U,I>
EIUDC
with a proportional mapping.
S. Vargas. Novelty and diversity evaluation and enhancement in Recommender Systems. PhD Thesis.cutoff, freeNorm, itemCount, itemWeight, numUsers
Constructor and Description |
---|
GiniSimpsonIndex(int cutoff)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
evaluate()
Evaluates the metric for the recommendations added so far.
|
add, combine, reset
public GiniSimpsonIndex(int cutoff)
cutoff
- maximum length of the recommendation lists that is evaluatedpublic double evaluate()
evaluate
in interface SystemMetric<U,I>
evaluate
in class AbstractSalesDiversityMetric<U,I>
Copyright © 2016. All rights reserved.