What is the distributed version for UserBasedRecommender.?
I have checked the list of Distributed recommender jobs for collaborative filtering. I could see RecommenderJob class which is in org.apache.mahout.cf.taste.hadoop.item package. This expects the data as userid, itemid, preference value and takes the similarity class as input as well.
Does this work for both user based and itembased recommendations based on the similariy class input.?