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

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
IDRescorer
           A Rescorer which operates on long primitive IDs, rather than arbitrary Objects.
ItemBasedRecommender
           Interface implemented by "item-based" recommenders.
MostSimilarItemsCandidateItemsStrategy
          Used to retrieve all items that could possibly be similar
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 Rescorer 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.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.impl.similarity.precompute
ItemBasedRecommender
           Interface implemented by "item-based" recommenders.
 

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 Rescorer 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.
 

Classes in org.apache.mahout.cf.taste.recommender used by org.apache.mahout.cf.taste.similarity.precompute
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.
 



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