Skip to content

benfrasersimpson/Minhash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of Minhash algorithm as a Recommendation Engine by Ben Simpson

>> ruby Application.rb --file test/data.txt 
Enter User ID to get recommendations, or EOF (CTRL + D) to exit: 0
No recommendations
Enter a User ID: 1
User ID 1 recommendations: 42

With Rake

rake test

Without Rake

ruby -r 'minitest/autorun' test/RecommendationEngine_test.rb

About

Ruby implementation of Minhash algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages