U - type of the userI - type of the itemspublic class Recommendation<U,I> extends Object
| Constructor and Description |
|---|
Recommendation(U user,
List<Tuple2od<I>> items)
Constructs the recommendation.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tuple2od<I>> |
getItems()
Returns the list of item-score pairs.
|
U |
getUser()
Returns the user that receives the recommendation.
|
Copyright © 2016. All rights reserved.