Uses of Interface
org.apache.mahout.cf.taste.recommender.ItemBasedRecommender

Packages that use ItemBasedRecommender
org.apache.mahout.cf.taste.impl.recommender   
org.apache.mahout.cf.taste.impl.recommender.knn   
 

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

Classes in org.apache.mahout.cf.taste.impl.recommender that implement ItemBasedRecommender
 class GenericBooleanPrefItemBasedRecommender
          A variant on GenericItemBasedRecommender which is appropriate for use when no notion of preference value exists in the data.
 class GenericItemBasedRecommender
           A simple Recommender which uses a given DataModel and ItemSimilarity to produce recommendations.
 

Uses of ItemBasedRecommender in org.apache.mahout.cf.taste.impl.recommender.knn
 

Classes in org.apache.mahout.cf.taste.impl.recommender.knn that implement ItemBasedRecommender
 class KnnItemBasedRecommender
           The weights to compute the final predicted preferences are calculated using linear interpolation, through an Optimizer.
 



Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.