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
+5-5
Original file line number
Diff line number
Diff line change
@@ -84,15 +84,15 @@ When you issue a query such as this, the only interesting data will come from th
84
84
85
85
Currently, the available recommendation algorithms that could be passed to the USING clause are the following:
86
86
87
-
ItemCosCF: Item-Item Collaborative Filtering using Cosine Similarity measure.
87
+
```ItemCosCF``` Item-Item Collaborative Filtering using Cosine Similarity measure.
88
88
89
-
ItemPearCF: Item-Item Collaborative Filtering using Pearson Correlation Similarity measure.
89
+
```ItemPearCF``` Item-Item Collaborative Filtering using Pearson Correlation Similarity measure.
90
90
91
-
UserCosCF: User-User Collaborative Filtering using Cosine Similarity measure.
91
+
```UserCosCF``` User-User Collaborative Filtering using Cosine Similarity measure.
92
92
93
-
UserPearCF: User-User Collaborative Filtering using Cosine Similarity measure.
93
+
```UserPearCF``` User-User Collaborative Filtering using Cosine Similarity measure.
94
94
95
-
SVD: Simon Funk Singular Value Decomposition.
95
+
```SVD``` Simon Funk Singular Value Decomposition.
96
96
97
97
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