Uses of Package
org.apache.mahout.cf.taste.recommender

Packages that use org.apache.mahout.cf.taste.recommender
org.apache.mahout.cf.taste.eval   
org.apache.mahout.cf.taste.hadoop   
org.apache.mahout.cf.taste.impl.eval   
org.apache.mahout.cf.taste.impl.recommender   
org.apache.mahout.cf.taste.impl.recommender.knn   
org.apache.mahout.cf.taste.impl.recommender.slopeone   
org.apache.mahout.cf.taste.impl.recommender.svd   
org.apache.mahout.cf.taste.recommender   
 

Classes in org.apache.mahout.cf.taste.recommender used by org.apache.mahout.cf.taste.eval
IDRescorer
           A Rescorer which operates on long primitive IDs, rather than arbitrary Objects.
Recommender
           Implementations of this interface can recommend items for a user.
 

Classes in org.apache.mahout.cf.taste.recommender used by org.apache.mahout.cf.taste.hadoop
RecommendedItem
           Implementations encapsulate items that are recommended, and include the item recommended and a value expressing the strength of the preference.
 

Classes in org.apache.mahout.cf.taste.recommender used by org.apache.mahout.cf.taste.impl.eval
IDRescorer
           A Rescorer which operates on long primitive IDs, rather than arbitrary Objects.
Recommender
           Implementations of this interface can recommend items for a user.
 

Classes in org.apache.mahout.cf.taste.recommender used by org.apache.mahout.cf.taste.impl.recommender
CandidateItemsStrategy
          Used to retrieve all items that could possibly be recommended to the user
ClusteringRecommender
           Interface implemented by "clustering" recommenders.
IDRescorer
           A Rescorer which operates on long primitive IDs, rather than arbitrary Objects.
ItemBasedRecommender
           Interface implemented by "item-based" recommenders.
RecommendedItem
           Implementations encapsulate items that are recommended, and include the item recommended and a value expressing the strength of the preference.
Recommender
           Implementations of this interface can recommend items for a user.
Rescorer
           A simply assigns a new "score" to a thing like an ID of an item or user which a Recommender is considering returning as a top recommendation.
UserBasedRecommender
           Interface implemented by "user-based" recommenders.
 

Classes in org.apache.mahout.cf.taste.recommender used by org.apache.mahout.cf.taste.impl.recommender.knn
CandidateItemsStrategy
          Used to retrieve all items that could possibly be recommended to the user
ItemBasedRecommender
           Interface implemented by "item-based" recommenders.
Recommender
           Implementations of this interface can recommend items for a user.
 

Classes in org.apache.mahout.cf.taste.recommender used by org.apache.mahout.cf.taste.impl.recommender.slopeone
IDRescorer
           A Rescorer which operates on long primitive IDs, rather than arbitrary Objects.
RecommendedItem
           Implementations encapsulate items that are recommended, and include the item recommended and a value expressing the strength of the preference.
Recommender
           Implementations of this interface can recommend items for a user.
 

Classes in org.apache.mahout.cf.taste.recommender used by org.apache.mahout.cf.taste.impl.recommender.svd
CandidateItemsStrategy
          Used to retrieve all items that could possibly be recommended to the user
IDRescorer
           A Rescorer which operates on long primitive IDs, rather than arbitrary Objects.
RecommendedItem
           Implementations encapsulate items that are recommended, and include the item recommended and a value expressing the strength of the preference.
Recommender
           Implementations of this interface can recommend items for a user.
 

Classes in org.apache.mahout.cf.taste.recommender used by org.apache.mahout.cf.taste.recommender
IDRescorer
           A Rescorer which operates on long primitive IDs, rather than arbitrary Objects.
RecommendedItem
           Implementations encapsulate items that are recommended, and include the item recommended and a value expressing the strength of the preference.
Recommender
           Implementations of this interface can recommend items for a user.
Rescorer
           A simply assigns a new "score" to a thing like an ID of an item or user which a Recommender is considering returning as a top recommendation.
 



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