Yes this should be pretty easy. GroupLensRecommender is simply an implementation of Recommender which is appropriate for this example. It uses GroupLensDataModel, and SlopeOneRecommender. It's just a class which you can find under the examples/ module. There is nothing more to it than this.
On Tue, Oct 20, 2009 at 2:01 AM, Brian Wolf <[email protected]> wrote: > Thanks Owen. > > My next question is this step from the tutorial: > > Edit recommender.properties and fill in the recommender.class: > recommender.class=org.apache.mahout.cf.taste.example.grouplens.GroupLensRecommender > > > It seems this is already in the file, or only needs to be uncommented. My > question is > what is "GroupLensRecommender". I googled on it but didn't find any > reference except the tutorial? > > Brian >
