edu.qut.cs.rcmd.core.alg.wtr
Interface WeightedTagSimilarity

All Superinterfaces:
org.apache.mahout.cf.taste.similarity.ItemSimilarity, org.apache.mahout.cf.taste.common.Refreshable, org.apache.mahout.cf.taste.similarity.UserSimilarity
All Known Implementing Classes:
WeightedTagSimilarityImpl

public interface WeightedTagSimilarity
extends org.apache.mahout.cf.taste.similarity.UserSimilarity, org.apache.mahout.cf.taste.similarity.ItemSimilarity

Implementation of the Weighted Tag Similarity based on the paper : Connecting Users and Items with Weighted Tags for Personalised Item Recommendations

Author:
Soloman Weng, soloman1124@gmail.com

Method Summary
 
Methods inherited from interface org.apache.mahout.cf.taste.similarity.UserSimilarity
setPreferenceInferrer, userSimilarity
 
Methods inherited from interface org.apache.mahout.cf.taste.similarity.ItemSimilarity
allSimilarItemIDs, itemSimilarities, itemSimilarity
 
Methods inherited from interface org.apache.mahout.cf.taste.common.Refreshable
refresh
 



Copyright © 2012. All Rights Reserved.