You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,9 +82,13 @@ LIMIT 10
82
82
Currently, the available recommendation algorithms that could be passed to the USING clause are the following:
83
83
84
84
ItemCosCF: Item-Item Collaborative Filtering using Cosine Similarity measure.
85
+
85
86
ItemPearCF: Item-Item Collaborative Filtering using Pearson Correlation Similarity measure.
87
+
86
88
UserCosCF: User-User Collaborative Filtering using Cosine Similarity measure.
89
+
87
90
UserPearCF: User-User Collaborative Filtering using Cosine Similarity measure.
91
+
88
92
SVD: Simon Funk Singular Value Decomposition.
89
93
90
94
Note that if you do not specify which user(s) you want recommendations for, it will generate recommendations for all users, which can take an extremely long time to finish.
0 commit comments