Skip to content

Commit ab900de

Browse files
author
Mohamed Sarwat
committed
Update README.md
1 parent fd45d92 commit ab900de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,13 @@ LIMIT 10
8282
Currently, the available recommendation algorithms that could be passed to the USING clause are the following:
8383

8484
ItemCosCF: Item-Item Collaborative Filtering using Cosine Similarity measure.
85+
8586
ItemPearCF: Item-Item Collaborative Filtering using Pearson Correlation Similarity measure.
87+
8688
UserCosCF: User-User Collaborative Filtering using Cosine Similarity measure.
89+
8790
UserPearCF: User-User Collaborative Filtering using Cosine Similarity measure.
91+
8892
SVD: Simon Funk Singular Value Decomposition.
8993

9094
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

Comments
 (0)