Skip to content
/ vcrs Public

A visual c++ program to perform item-based Collaborative Filtering

License

Notifications You must be signed in to change notification settings

domainxz/vcrs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vcrs

A visual c++ program to perform item-based Collaborative Filtering The program is multiple-thread for windows and the thread amount is defined in utils.h. The program accept the files of such line format : uid,iid,rating,timestamp This format is similar to the original movielens data file where the seperator is '::'. Therefore, if you just run this code on movielens, you can replace the '::' to ',' or just change the readline function in CFEngine::initialize

About

A visual c++ program to perform item-based Collaborative Filtering

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages