bluemapleman / NewsRecommendSystem

个性化新闻推荐系统,A news recommendation system involving collaborative filtering,content-based recommendation and hot news recommendation, can be adapted easily to be put into use in other circumstances.
MIT License
767 stars 274 forks source link

系统无法推荐,表里数据没变化 #28

Open gujian612 opened 4 years ago

gujian612 commented 4 years ago

boolean enableCF=true,enableCB=false,enableHR=false; List userList=new ArrayList(); userList.add(1l); new JobSetter(enableCF,enableCB,enableHR).executeInstantJobForCertainUsers(userList);

改上面三个任意为true,都无法将推荐结果写入数据库????

1604051738 commented 4 years ago

同问