我开始使用R,当使用下面的代码时,我得到了声明Error in library("recommenderlab") : there is no package called ‘recommenderlab’ Execution halted的错误 /usr/bin/ld: cannot find -llapack’
* removing ‘/home
我试图通过使用recommenderlab包在R中做基于用户的推荐,但是我总是从模型中得到0(no)的预测。我的代码是:# Loading to pre-computed affinity data # Convert R into realRatingMatrix data structure
# realRatingMatrix is a recom
我正在使用R中的recommenderlab包中的基于用户的协作过滤来向用户推荐top-N项。我使用二进制用户-物品矩阵作为输入(从购买历史创建)。rTest, n = 500, type = "topNList")在caret包的predict方法中,你只需要指定type="prob",所以我在recommenderlab