简体   繁体   English

mahout 推荐器增加输入参数

[英]mahout recommender increase input parameter

I need to build recommender with UserId,ItemId,Preference,Duration as input where Duration is the time(Time the user viewed the page).我需要使用 UserId、ItemId、Preference、Duration 作为输入构建推荐器,其中 Duration 是时间(用户查看页面的时间)。 Already i build itembased and userbased recommender with userid,itemid,preference as input.我已经使用 userid、itemid、preference 作为输入构建了基于 item 和 user 的推荐器。 So i need to increase the input parameter which affects the recommendation.所以我需要增加影响推荐的输入参数。

For example- 1012,112,4.0,3.45 is my input.例如 - 1012,112,4.0,3.45 是我的输入。

where 1012 is userid 112 is itemid 4.0 is preference 3.45 is duration其中 1012 是用户 ID 112 是 itemid 4.0 是首选项 3.45 是持续时间

Thanks for the guidance in advance.感谢您提前指导。

Finally I found the solution.最后我找到了解决方案。 Check CARSkit alg检查 CARSkit 算法

http://arxiv.org/pdf/1511.03780v1.pdf http://arxiv.org/pdf/1511.03780v1.pdf

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM