U - type of the usersI - type of the itemspublic class Recommendability<U,I> extends AbstractRecommendationMetric<U,I>
| Constructor and Description |
|---|
Recommendability() |
| Modifier and Type | Method and Description |
|---|---|
double |
evaluate(Recommendation<U,I> recommendation)
Returns a score for the recommendation list.
|
public double evaluate(Recommendation<U,I> recommendation)
recommendation - recommendation listCopyright © 2016. All rights reserved.