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.similarity.precompute   
org.apache.mahout.cf.taste.similarity.precompute   
 

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.similarity.precompute
 

Constructors in org.apache.mahout.cf.taste.impl.similarity.precompute with parameters of type ItemBasedRecommender
MultithreadedBatchItemSimilarities(ItemBasedRecommender recommender, int similarItemsPerItem)
           
MultithreadedBatchItemSimilarities(ItemBasedRecommender recommender, int similarItemsPerItem, int batchSize)
           
 

Uses of ItemBasedRecommender in org.apache.mahout.cf.taste.similarity.precompute
 

Methods in org.apache.mahout.cf.taste.similarity.precompute that return ItemBasedRecommender
protected  ItemBasedRecommender BatchItemSimilarities.getRecommender()
           
 

Constructors in org.apache.mahout.cf.taste.similarity.precompute with parameters of type ItemBasedRecommender
BatchItemSimilarities(ItemBasedRecommender recommender, int similarItemsPerItem)
           
 



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