Uses of Class
org.apache.mahout.cf.taste.impl.recommender.AbstractCandidateItemsStrategy

Packages that use AbstractCandidateItemsStrategy
org.apache.mahout.cf.taste.impl.recommender   
 

Uses of AbstractCandidateItemsStrategy in org.apache.mahout.cf.taste.impl.recommender
 

Subclasses of AbstractCandidateItemsStrategy in org.apache.mahout.cf.taste.impl.recommender
 class AllSimilarItemsCandidateItemsStrategy
          returns the result of ItemSimilarity.allSimilarItemIDs(long) as candidate items
 class AllUnknownItemsCandidateItemsStrategy
           
 class PreferredItemsNeighborhoodCandidateItemsStrategy
           
 class SamplingCandidateItemsStrategy
          Returns all items that have not been rated by the user (3) and that were preferred by another user (2) that has preferred at least one item (1) that the current user has preferred too.
 



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