Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Avery committed Nov 22, 2013
2 parents 74a0c3e + aa6d874 commit cb51db4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
4 changes: 4 additions & 0 deletions PostgreSQL/README
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@

RecDB Recommender Enginer
=========================

PostgreSQL Database Management System
=====================================

Expand Down
2 changes: 2 additions & 0 deletions PostgreSQL/scripts/create_samples.pl
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/perl

#Dataset Loading Script

use Cwd;
my $pwd = getcwd;

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,15 @@ When you issue a query such as this, the only interesting data will come from th

Currently, the available recommendation algorithms that could be passed to the USING clause are the following:

ItemCosCF: Item-Item Collaborative Filtering using Cosine Similarity measure.
```ItemCosCF``` Item-Item Collaborative Filtering using Cosine Similarity measure.

ItemPearCF: Item-Item Collaborative Filtering using Pearson Correlation Similarity measure.
```ItemPearCF``` Item-Item Collaborative Filtering using Pearson Correlation Similarity measure.

UserCosCF: User-User Collaborative Filtering using Cosine Similarity measure.
```UserCosCF``` User-User Collaborative Filtering using Cosine Similarity measure.

UserPearCF: User-User Collaborative Filtering using Cosine Similarity measure.
```UserPearCF``` User-User Collaborative Filtering using Cosine Similarity measure.

SVD: Simon Funk Singular Value Decomposition.
```SVD``` Simon Funk Singular Value Decomposition.

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.

Expand Down

0 comments on commit cb51db4

Please sign in to comment.