Skip to content

Rating-App/optimizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Needs libpqxx

/etc/postgresql/11/main/pg_hba.conf

# IPv4 local connections:
host    all         all         127.0.0.1/32          md5

service postgresql restart or /etc/init.d/postgresql restart

creating a sparse matrix for the algorithm:

make two vectors -- these will map users and movies to the matrix (make these vectors into a lists, so they would be resizable)
* can we also make matrix resizable?

go through all ratings, if movie or user was already seen, proceed further, otherwise, add those

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages