U - type of the usersI - type of the itemspublic interface Reranker<U,I>
| Modifier and Type | Method and Description |
|---|---|
Recommendation<U,I> |
rerankRecommendation(Recommendation<U,I> recommendation,
int maxLength)
Re-ranks a recommendation.
|
Recommendation<U,I> rerankRecommendation(Recommendation<U,I> recommendation, int maxLength)
recommendation - recommendation to be re-rankedmaxLength - maximum length of the re-rankingCopyright © 2016. All rights reserved.