org.apache.mahout.cf.taste.hadoop.item is more misleading ---------------------------------------------------------
Key: MAHOUT-381 URL: https://issues.apache.org/jira/browse/MAHOUT-381 Project: Mahout Issue Type: Question Components: Collaborative Filtering Affects Versions: 0.4 Reporter: Hui Wen Han the package org.apache.mahout.cf.taste.hadoop.item is more misleading. mahout has two type recommendation model, User based and item based, org.apache.mahout.cf.taste.hadoop.item mislead people to consider that org.apache.mahout.cf.taste.hadoop.item is item based. but truth is that : if the input format 's user_id,item_id,score ,then recommend user with similar items, if the input format 's item_id,user_id,score ,then recommend item with similar user,it can be used for advertisement pushing. so the best way is to change package name. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.