public class FastRecommendation extends Object
Constructor and Description |
---|
FastRecommendation(int uidx,
List<Tuple2id> iidxs)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
List<Tuple2id> |
getIidxs()
Returns the list of item-score pairs identified by index.
|
int |
getUidx()
Returns the index of the user for which the recommendation is issued.
|
Copyright © 2016. All rights reserved.