2019年7月11日
摘要: 各种相似度指标:https://www.cnblogs.com/arachis/p/Similarity.html 基于用户协同过滤 def getRecommendations(prefs,person,similarity=sim_pearson): simSum = {} totals = { 阅读全文
posted @ 2019-07-11 17:36 王晓阳的小可爱 阅读(307) 评论(0) 推荐(0) 编辑