diarmuidmorgan
Results
1
comments of
diarmuidmorgan
Looking through the source code of cf.ItemKNNRecommender I see this line in the predict method: ` if (isRanking) { return predictValue; } else { return predictValue > 0 ? itemMeans.get(userIdx)...