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 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-2010 The Apache Software Foundation. All Rights Reserved.