Uses of Interface
org.apache.mahout.cf.taste.impl.recommender.TopItems.Estimator

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)
           
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.