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