edu.qut.cs.rcmd.core.tag.recommender
Interface CandidateTagsStrategy

All Known Implementing Classes:
AbstractCandidateTagsStrategy

public interface CandidateTagsStrategy

Used to retrieve all tags that could possibly be recommended to the user for this item


Method Summary
 Set<String> getCandidateTags(long userID, long itemID, org.apache.mahout.cf.taste.model.PreferenceArray userItemPreferenceArray, org.apache.mahout.cf.taste.model.DataModel dataModel, TagModel tagModel)
           
 

Method Detail

getCandidateTags

Set<String> getCandidateTags(long userID,
                             long itemID,
                             org.apache.mahout.cf.taste.model.PreferenceArray userItemPreferenceArray,
                             org.apache.mahout.cf.taste.model.DataModel dataModel,
                             TagModel tagModel)
                             throws org.apache.mahout.cf.taste.common.TasteException
Returns:
set of all tags that could be recommended to the user userItemPreferenceArray is boolean preference array which represents tag as implicit rating for user - item pair
Throws:
org.apache.mahout.cf.taste.common.TasteException


Copyright © 2012. All Rights Reserved.