|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TopItems.Estimator | |
---|---|
org.apache.mahout.cf.taste.impl.recommender |
Uses of TopItems.Estimator in org.apache.mahout.cf.taste.impl.recommender |
---|
Classes in org.apache.mahout.cf.taste.impl.recommender that implement TopItems.Estimator | |
---|---|
static class |
GenericItemBasedRecommender.MostSimilarEstimator
|
Methods in org.apache.mahout.cf.taste.impl.recommender with parameters of type TopItems.Estimator | |
---|---|
static List<RecommendedItem> |
TopItems.getTopItems(int howMany,
LongPrimitiveIterator possibleItemIDs,
IDRescorer rescorer,
TopItems.Estimator<Long> estimator)
|
static long[] |
TopItems.getTopUsers(int howMany,
LongPrimitiveIterator allUserIDs,
IDRescorer rescorer,
TopItems.Estimator<Long> estimator)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |